public class OrderResponse extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderResponse.OrderStatus |
static class |
OrderResponse.OrderStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
protected DateTimeType |
date
The date and time at which this order response was made (created/posted).
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
protected StringType |
description
Additional description about the response - e.g.
|
protected List<Reference> |
fulfillment
Links to resources that provide details of the outcome of performing the order; e.g.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
FULFILLMENT
Fluent Client search parameter constant for fulfillment
|
protected List<Resource> |
fulfillmentTarget
The actual objects that are the target of the reference (Links to resources that provide details of the outcome of performing the order; e.g.
|
protected List<Identifier> |
identifier
Identifiers assigned to this order.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_FULFILLMENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_REQUEST
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_WHO
Constant for fluent queries to be used to add include statements.
|
protected Enumeration<OrderResponse.OrderStatus> |
orderStatus
What this response says about the status of the original order.
|
protected Reference |
request
A reference to the order that this is in response to.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
REQUEST
Fluent Client search parameter constant for request
|
protected Order |
requestTarget
The actual object that is the target of the reference (A reference to the order that this is in response to.)
|
static String |
SP_CODE
Search parameter: code
|
static String |
SP_DATE
Search parameter: date
|
static String |
SP_FULFILLMENT
Search parameter: fulfillment
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_REQUEST
Search parameter: request
|
static String |
SP_WHO
Search parameter: who
|
protected Reference |
who
The person, organization, or device credited with making the response.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
WHO
Fluent Client search parameter constant for who
|
protected Resource |
whoTarget
The actual object that is the target of the reference (The person, organization, or device credited with making the response.)
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
OrderResponse()
Constructor
|
OrderResponse(Reference request,
Enumeration<OrderResponse.OrderStatus> orderStatus)
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Order requestTarget
protected DateTimeType date
protected Resource whoTarget
protected Enumeration<OrderResponse.OrderStatus> orderStatus
protected StringType description
protected List<Reference> fulfillment
protected List<Resource> fulfillmentTarget
public static final String SP_FULFILLMENT
Description: Details of the outcome of performing the order
Type: reference
Path: OrderResponse.fulfillment
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam FULFILLMENT
Description: Details of the outcome of performing the order
Type: reference
Path: OrderResponse.fulfillment
public static final ca.uhn.fhir.model.api.Include INCLUDE_FULFILLMENT
public static final String SP_REQUEST
Description: The order that this is a response to
Type: reference
Path: OrderResponse.request
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REQUEST
Description: The order that this is a response to
Type: reference
Path: OrderResponse.request
public static final ca.uhn.fhir.model.api.Include INCLUDE_REQUEST
public static final String SP_CODE
Description: pending | review | rejected | error | accepted | cancelled | replaced | aborted | completed
Type: token
Path: OrderResponse.orderStatus
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Description: pending | review | rejected | error | accepted | cancelled | replaced | aborted | completed
Type: token
Path: OrderResponse.orderStatus
public static final String SP_DATE
Description: When the response was made
Type: date
Path: OrderResponse.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: When the response was made
Type: date
Path: OrderResponse.date
public static final String SP_IDENTIFIER
Description: Identifiers assigned to this order by the orderer or by the receiver
Type: token
Path: OrderResponse.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Identifiers assigned to this order by the orderer or by the receiver
Type: token
Path: OrderResponse.identifier
public static final String SP_WHO
Description: Who made the response
Type: reference
Path: OrderResponse.who
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam WHO
Description: Who made the response
Type: reference
Path: OrderResponse.who
public static final ca.uhn.fhir.model.api.Include INCLUDE_WHO
public OrderResponse()
public OrderResponse(Reference request, Enumeration<OrderResponse.OrderStatus> orderStatus)
public List<Identifier> getIdentifier()
identifier (Identifiers assigned to this order. The identifiers are usually assigned by the system responding to the order, but they may be provided or added to by other systems.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Identifiers assigned to this order. The identifiers are usually assigned by the system responding to the order, but they may be provided or added to by other systems.)public OrderResponse addIdentifier(Identifier t)
public Reference getRequest()
request (A reference to the order that this is in response to.)public boolean hasRequest()
public OrderResponse setRequest(Reference value)
value - request (A reference to the order that this is in response to.)public Order getRequestTarget()
request The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (A reference to the order that this is in response to.)public OrderResponse setRequestTarget(Order value)
value - request The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (A reference to the order that this is in response to.)public DateTimeType getDateElement()
date (The date and time at which this order response was made (created/posted).). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
public boolean hasDate()
public OrderResponse setDateElement(DateTimeType value)
value - date (The date and time at which this order response was made (created/posted).). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Date getDate()
public OrderResponse setDate(Date value)
value - The date and time at which this order response was made (created/posted).public Reference getWho()
who (The person, organization, or device credited with making the response.)public boolean hasWho()
public OrderResponse setWho(Reference value)
value - who (The person, organization, or device credited with making the response.)public Resource getWhoTarget()
who The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The person, organization, or device credited with making the response.)public OrderResponse setWhoTarget(Resource value)
value - who The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The person, organization, or device credited with making the response.)public Enumeration<OrderResponse.OrderStatus> getOrderStatusElement()
orderStatus (What this response says about the status of the original order.). This is the underlying object with id, value and extensions. The accessor "getOrderStatus" gives direct access to the valuepublic boolean hasOrderStatusElement()
public boolean hasOrderStatus()
public OrderResponse setOrderStatusElement(Enumeration<OrderResponse.OrderStatus> value)
value - orderStatus (What this response says about the status of the original order.). This is the underlying object with id, value and extensions. The accessor "getOrderStatus" gives direct access to the valuepublic OrderResponse.OrderStatus getOrderStatus()
public OrderResponse setOrderStatus(OrderResponse.OrderStatus value)
value - What this response says about the status of the original order.public StringType getDescriptionElement()
description (Additional description about the response - e.g. a text description provided by a human user when making decisions about the order.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public OrderResponse setDescriptionElement(StringType value)
value - description (Additional description about the response - e.g. a text description provided by a human user when making decisions about the order.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public OrderResponse setDescription(String value)
value - Additional description about the response - e.g. a text description provided by a human user when making decisions about the order.public List<Reference> getFulfillment()
fulfillment (Links to resources that provide details of the outcome of performing the order; e.g. Diagnostic Reports in a response that is made to an order that referenced a diagnostic order.)public boolean hasFulfillment()
public Reference addFulfillment()
fulfillment (Links to resources that provide details of the outcome of performing the order; e.g. Diagnostic Reports in a response that is made to an order that referenced a diagnostic order.)public OrderResponse addFulfillment(Reference t)
public List<Resource> getFulfillmentTarget()
fulfillment (The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. Links to resources that provide details of the outcome of performing the order; e.g. Diagnostic Reports in a response that is made to an order that referenced a diagnostic order.)protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic OrderResponse copy()
copy in class DomainResourceprotected OrderResponse typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.