
Class MessageHeader
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReferenceThe logical author of the message - the person or device that decided the described event should happen.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for authorprotected PractitionerThe actual object that is the target of the reference (The logical author of the message - the person or device that decided the described event should happen.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for codeprotected List<MessageHeader.MessageDestinationComponent> The destination application which the message is intended for.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for destinationstatic final ca.uhn.fhir.rest.gclient.UriClientParamFluent Client search parameter constant for destination-uriprotected ReferenceThe person or device that performed the data entry leading to this message.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for entererprotected PractitionerThe actual object that is the target of the reference (The person or device that performed the data entry leading to this message.protected CodingCode that identifies the event this message represents and connects it with its definition.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for eventThe actual data of the message - a reference to the root/focus class of the event.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for focusThe actual objects that are the target of the reference (The actual data of the message - a reference to the root/focus class of the event.)static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected CodeableConceptCoded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.protected ReferenceAllows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for receiverprotected ResourceThe actual object that is the target of the reference (Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)Information about the message that this message is a response to.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for response-idprotected ReferenceThe person or organization that accepts overall responsibility for the contents of the message.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for responsibleprotected ResourceThe actual object that is the target of the reference (The person or organization that accepts overall responsibility for the contents of the message.protected ReferenceIdentifies the sending system to allow the use of a trust relationship.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for senderprotected ResourceThe actual object that is the target of the reference (Identifies the sending system to allow the use of a trust relationship.)protected MessageHeader.MessageSourceComponentThe source application from which this message originated.static final ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for sourcestatic final ca.uhn.fhir.rest.gclient.UriClientParamFluent Client search parameter constant for source-uristatic final StringSearch parameter: authorstatic final StringSearch parameter: codestatic final StringSearch parameter: destinationstatic final StringSearch parameter: destination-uristatic final StringSearch parameter: entererstatic final StringSearch parameter: eventstatic final StringSearch parameter: focusstatic final StringSearch parameter: receiverstatic final StringSearch parameter: response-idstatic final StringSearch parameter: responsiblestatic final StringSearch parameter: senderstatic final StringSearch parameter: sourcestatic final StringSearch parameter: source-uristatic final StringSearch parameter: targetstatic final StringSearch parameter: timestampstatic final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for targetprotected InstantTypeThe time that the message was sent.static final ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for timestampFields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAGFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
ConstructorsConstructorDescriptionConstructorMessageHeader(Coding event, InstantType timestamp, MessageHeader.MessageSourceComponent source) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddFocus()copy()booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getEvent()getFocus()getNamedProperty(int _hash, String _name, boolean _checkValid) Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanhasEvent()booleanhasFocus()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) setAuthorTarget(Practitioner value) setDestination(List<MessageHeader.MessageDestinationComponent> theDestination) setEnterer(Reference value) setEntererTarget(Practitioner value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setReason(CodeableConcept value) setReceiver(Reference value) setReceiverTarget(Resource value) setResponsible(Reference value) setResponsibleTarget(Resource value) setSenderTarget(Resource value) setTimestamp(Date value) setTimestampElement(InstantType value) protected MessageHeaderMethods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetaMethods inherited from class org.hl7.fhir.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
event
Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://hl7.org/fhir/message-events". -
destination
The destination application which the message is intended for. -
receiver
Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient. -
receiverTarget
The actual object that is the target of the reference (Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.) -
sender
Identifies the sending system to allow the use of a trust relationship. -
senderTarget
The actual object that is the target of the reference (Identifies the sending system to allow the use of a trust relationship.) -
timestamp
The time that the message was sent. -
enterer
The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions. -
entererTarget
The actual object that is the target of the reference (The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.) -
author
The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions. -
authorTarget
The actual object that is the target of the reference (The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.) -
source
The source application from which this message originated. -
responsible
The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party. -
responsibleTarget
The actual object that is the target of the reference (The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.) -
reason
Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message. -
response
Information about the message that this message is a response to. Only present if this message is a response. -
focus
The actual data of the message - a reference to the root/focus class of the event. -
focusTarget
The actual objects that are the target of the reference (The actual data of the message - a reference to the root/focus class of the event.) -
SP_CODE
Search parameter: codeDescription: ok | transient-error | fatal-error
Type: token
Path: MessageHeader.response.code
- See Also:
-
CODE
Fluent Client search parameter constant for codeDescription: ok | transient-error | fatal-error
Type: token
Path: MessageHeader.response.code
-
SP_RECEIVER
Search parameter: receiverDescription: Intended "real-world" recipient for the data
Type: reference
Path: MessageHeader.receiver
- See Also:
-
RECEIVER
Fluent Client search parameter constant for receiverDescription: Intended "real-world" recipient for the data
Type: reference
Path: MessageHeader.receiver
-
INCLUDE_RECEIVER
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:receiver". -
SP_AUTHOR
Search parameter: authorDescription: The source of the decision
Type: reference
Path: MessageHeader.author
- See Also:
-
AUTHOR
Fluent Client search parameter constant for authorDescription: The source of the decision
Type: reference
Path: MessageHeader.author
-
INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:author". -
SP_DESTINATION
Search parameter: destinationDescription: Name of system
Type: string
Path: MessageHeader.destination.name
- See Also:
-
DESTINATION
Fluent Client search parameter constant for destinationDescription: Name of system
Type: string
Path: MessageHeader.destination.name
-
SP_FOCUS
Search parameter: focusDescription: The actual content of the message
Type: reference
Path: MessageHeader.focus
- See Also:
-
FOCUS
Fluent Client search parameter constant for focusDescription: The actual content of the message
Type: reference
Path: MessageHeader.focus
-
INCLUDE_FOCUS
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:focus". -
SP_SOURCE
Search parameter: sourceDescription: Name of system
Type: string
Path: MessageHeader.source.name
- See Also:
-
SOURCE
Fluent Client search parameter constant for sourceDescription: Name of system
Type: string
Path: MessageHeader.source.name
-
SP_TARGET
Search parameter: targetDescription: Particular delivery destination within the destination
Type: reference
Path: MessageHeader.destination.target
- See Also:
-
TARGET
Fluent Client search parameter constant for targetDescription: Particular delivery destination within the destination
Type: reference
Path: MessageHeader.destination.target
-
INCLUDE_TARGET
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:target". -
SP_DESTINATION_URI
Search parameter: destination-uriDescription: Actual destination address or id
Type: uri
Path: MessageHeader.destination.endpoint
- See Also:
-
DESTINATION_URI
Fluent Client search parameter constant for destination-uriDescription: Actual destination address or id
Type: uri
Path: MessageHeader.destination.endpoint
-
SP_SOURCE_URI
Search parameter: source-uriDescription: Actual message source address or id
Type: uri
Path: MessageHeader.source.endpoint
- See Also:
-
SOURCE_URI
Fluent Client search parameter constant for source-uriDescription: Actual message source address or id
Type: uri
Path: MessageHeader.source.endpoint
-
SP_SENDER
Search parameter: senderDescription: Real world sender of the message
Type: reference
Path: MessageHeader.sender
- See Also:
-
SENDER
Fluent Client search parameter constant for senderDescription: Real world sender of the message
Type: reference
Path: MessageHeader.sender
-
INCLUDE_SENDER
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:sender". -
SP_RESPONSIBLE
Search parameter: responsibleDescription: Final responsibility for event
Type: reference
Path: MessageHeader.responsible
- See Also:
-
RESPONSIBLE
Fluent Client search parameter constant for responsibleDescription: Final responsibility for event
Type: reference
Path: MessageHeader.responsible
-
INCLUDE_RESPONSIBLE
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:responsible". -
SP_ENTERER
Search parameter: entererDescription: The source of the data entry
Type: reference
Path: MessageHeader.enterer
- See Also:
-
ENTERER
Fluent Client search parameter constant for entererDescription: The source of the data entry
Type: reference
Path: MessageHeader.enterer
-
INCLUDE_ENTERER
Constant for fluent queries to be used to add include statements. Specifies the path value of "MessageHeader:enterer". -
SP_RESPONSE_ID
Search parameter: response-idDescription: Id of original message
Type: token
Path: MessageHeader.response.identifier
- See Also:
-
RESPONSE_ID
Fluent Client search parameter constant for response-idDescription: Id of original message
Type: token
Path: MessageHeader.response.identifier
-
SP_EVENT
Search parameter: eventDescription: Code for the event this message represents
Type: token
Path: MessageHeader.event
- See Also:
-
EVENT
Fluent Client search parameter constant for eventDescription: Code for the event this message represents
Type: token
Path: MessageHeader.event
-
SP_TIMESTAMP
Search parameter: timestampDescription: Time that the message was sent
Type: date
Path: MessageHeader.timestamp
- See Also:
-
TIMESTAMP
Fluent Client search parameter constant for timestampDescription: Time that the message was sent
Type: date
Path: MessageHeader.timestamp
-
-
Constructor Details
-
MessageHeader
public MessageHeader()Constructor -
MessageHeader
public MessageHeader(Coding event, InstantType timestamp, MessageHeader.MessageSourceComponent source) Constructor
-
-
Method Details
-
getEvent
- Returns:
event(Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://hl7.org/fhir/message-events".)
-
hasEvent
-
setEvent
- Parameters:
value-event(Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://hl7.org/fhir/message-events".)
-
getDestination
- Returns:
destination(The destination application which the message is intended for.)
-
setDestination
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasDestination
-
addDestination
-
addDestination
-
getDestinationFirstRep
- Returns:
- The first repetition of repeating field
destination, creating it if it does not already exist
-
getReceiver
- Returns:
receiver(Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)
-
hasReceiver
-
setReceiver
- Parameters:
value-receiver(Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)
-
getReceiverTarget
- Returns:
receiverThe 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. (Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)
-
setReceiverTarget
- Parameters:
value-receiverThe 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. (Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)
-
getSender
- Returns:
sender(Identifies the sending system to allow the use of a trust relationship.)
-
hasSender
-
setSender
- Parameters:
value-sender(Identifies the sending system to allow the use of a trust relationship.)
-
getSenderTarget
- Returns:
senderThe 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. (Identifies the sending system to allow the use of a trust relationship.)
-
setSenderTarget
- Parameters:
value-senderThe 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. (Identifies the sending system to allow the use of a trust relationship.)
-
getTimestampElement
- Returns:
timestamp(The time that the message was sent.). This is the underlying object with id, value and extensions. The accessor "getTimestamp" gives direct access to the value
-
hasTimestampElement
-
hasTimestamp
-
setTimestampElement
- Parameters:
value-timestamp(The time that the message was sent.). This is the underlying object with id, value and extensions. The accessor "getTimestamp" gives direct access to the value
-
getTimestamp
- Returns:
- The time that the message was sent.
-
setTimestamp
- Parameters:
value- The time that the message was sent.
-
getEnterer
- Returns:
enterer(The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.)
-
hasEnterer
-
setEnterer
- Parameters:
value-enterer(The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.)
-
getEntererTarget
- Returns:
entererThe 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 or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.)
-
setEntererTarget
- Parameters:
value-entererThe 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 or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.)
-
getAuthor
- Returns:
author(The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.)
-
hasAuthor
-
setAuthor
- Parameters:
value-author(The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.)
-
getAuthorTarget
- Returns:
authorThe 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 logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.)
-
setAuthorTarget
- Parameters:
value-authorThe 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 logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.)
-
getSource
- Returns:
source(The source application from which this message originated.)
-
hasSource
-
setSource
- Parameters:
value-source(The source application from which this message originated.)
-
getResponsible
- Returns:
responsible(The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.)
-
hasResponsible
-
setResponsible
- Parameters:
value-responsible(The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.)
-
getResponsibleTarget
- Returns:
responsibleThe 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 or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.)
-
setResponsibleTarget
- Parameters:
value-responsibleThe 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 or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.)
-
getReason
- Returns:
reason(Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.)
-
hasReason
-
setReason
- Parameters:
value-reason(Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.)
-
getResponse
- Returns:
response(Information about the message that this message is a response to. Only present if this message is a response.)
-
hasResponse
-
setResponse
- Parameters:
value-response(Information about the message that this message is a response to. Only present if this message is a response.)
-
getFocus
- Returns:
focus(The actual data of the message - a reference to the root/focus class of the event.)
-
setFocus
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasFocus
-
addFocus
-
addFocus
-
getFocusFirstRep
- Returns:
- The first repetition of repeating field
focus, creating it if it does not already exist
-
listChildren
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-