Class Conformance.MessagingEvent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Conformance
Definition: A description of the solution's support for an event at this end-point.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for category ().ca.uhn.fhir.model.primitive.BoundCodeDt
<MessageSignificanceCategoryEnum> Gets the value(s) for category ().getCode()
Gets the value(s) for code ().Gets the value(s) for documentation ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for documentation ().getFocus()
Gets the value(s) for focus ().ca.uhn.fhir.model.primitive.BoundCodeDt
<ResourceTypeEnum> Gets the value(s) for focus ().getMode()
Gets the value(s) for mode ().ca.uhn.fhir.model.primitive.BoundCodeDt
<ConformanceEventModeEnum> Gets the value(s) for mode ().Gets the value(s) for request ().Gets the value(s) for response ().boolean
isEmpty()
setCategory
(MessageSignificanceCategoryEnum theValue) Sets the value(s) for category ()setCategory
(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue) Sets the value(s) for category ()Sets the value(s) for code ()setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()setDocumentation
(String theString) Sets the value for documentation ()setFocus
(ResourceTypeEnum theValue) Sets the value(s) for focus ()setFocus
(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue) Sets the value(s) for focus ()setMode
(ConformanceEventModeEnum theValue) Sets the value(s) for mode ()setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue) Sets the value(s) for mode ()setRequest
(ResourceReferenceDt theValue) Sets the value(s) for request ()setResponse
(ResourceReferenceDt theValue) Sets the value(s) for response ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
MessagingEvent
public MessagingEvent()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getCode
Gets the value(s) for code (). creating it if it does not exist. Will not returnnull
.Definition: A coded identifier of a supported messaging event
-
setCode
Sets the value(s) for code ()Definition: A coded identifier of a supported messaging event
-
getCategoryElement
public ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> getCategoryElement()Gets the value(s) for category (). creating it if it does not exist. Will not returnnull
.Definition: The impact of the content of the message
-
getCategory
Gets the value(s) for category (). creating it if it does not exist. This method may returnnull
.Definition: The impact of the content of the message
-
setCategory
public Conformance.MessagingEvent setCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue) Sets the value(s) for category ()Definition: The impact of the content of the message
-
setCategory
Sets the value(s) for category ()Definition: The impact of the content of the message
-
getModeElement
Gets the value(s) for mode (). creating it if it does not exist. Will not returnnull
.Definition: The mode of this event declaration - whether application is sender or receiver
-
getMode
Gets the value(s) for mode (). creating it if it does not exist. This method may returnnull
.Definition: The mode of this event declaration - whether application is sender or receiver
-
setMode
public Conformance.MessagingEvent setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue) Sets the value(s) for mode ()Definition: The mode of this event declaration - whether application is sender or receiver
-
setMode
Sets the value(s) for mode ()Definition: The mode of this event declaration - whether application is sender or receiver
-
getFocusElement
Gets the value(s) for focus (). creating it if it does not exist. Will not returnnull
.Definition: A resource associated with the event. This is the resource that defines the event.
-
getFocus
Gets the value(s) for focus (). creating it if it does not exist. This method may returnnull
.Definition: A resource associated with the event. This is the resource that defines the event.
-
setFocus
public Conformance.MessagingEvent setFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue) Sets the value(s) for focus ()Definition: A resource associated with the event. This is the resource that defines the event.
-
setFocus
Sets the value(s) for focus ()Definition: A resource associated with the event. This is the resource that defines the event.
-
getRequest
Gets the value(s) for request (). creating it if it does not exist. Will not returnnull
.Definition: Information about the request for this event
-
setRequest
Sets the value(s) for request ()Definition: Information about the request for this event
-
getResponse
Gets the value(s) for response (). creating it if it does not exist. Will not returnnull
.Definition: Information about the response for this event
-
setResponse
Sets the value(s) for response ()Definition: Information about the response for this event
-
getDocumentationElement
Gets the value(s) for documentation (). creating it if it does not exist. Will not returnnull
.Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
getDocumentation
Gets the value(s) for documentation (). creating it if it does not exist. This method may returnnull
.Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
setDocumentation
Sets the value(s) for documentation ()Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-
setDocumentation
Sets the value for documentation ()Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
-