public static class Conformance.MessagingEvent extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A description of the solution's support for an event at this end-point.
| Constructor and Description |
|---|
MessagingEvent() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCategory()
Gets the value(s) for category ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> |
getCategoryElement()
Gets the value(s) for category ().
|
CodingDt |
getCode()
Gets the value(s) for code ().
|
String |
getDocumentation()
Gets the value(s) for documentation ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDocumentationElement()
Gets the value(s) for documentation ().
|
String |
getFocus()
Gets the value(s) for focus ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> |
getFocusElement()
Gets the value(s) for focus ().
|
String |
getMode()
Gets the value(s) for mode ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> |
getModeElement()
Gets the value(s) for mode ().
|
ResourceReferenceDt |
getRequest()
Gets the value(s) for request ().
|
ResourceReferenceDt |
getResponse()
Gets the value(s) for response ().
|
boolean |
isEmpty() |
Conformance.MessagingEvent |
setCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue)
Sets the value(s) for category ()
|
Conformance.MessagingEvent |
setCategory(MessageSignificanceCategoryEnum theValue)
Sets the value(s) for category ()
|
Conformance.MessagingEvent |
setCode(CodingDt theValue)
Sets the value(s) for code ()
|
Conformance.MessagingEvent |
setDocumentation(String theString)
Sets the value for documentation ()
|
Conformance.MessagingEvent |
setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for documentation ()
|
Conformance.MessagingEvent |
setFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)
Sets the value(s) for focus ()
|
Conformance.MessagingEvent |
setFocus(ResourceTypeEnum theValue)
Sets the value(s) for focus ()
|
Conformance.MessagingEvent |
setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue)
Sets the value(s) for mode ()
|
Conformance.MessagingEvent |
setMode(ConformanceEventModeEnum theValue)
Sets the value(s) for mode ()
|
Conformance.MessagingEvent |
setRequest(ResourceReferenceDt theValue)
Sets the value(s) for request ()
|
Conformance.MessagingEvent |
setResponse(ResourceReferenceDt theValue)
Sets the value(s) for response ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MessagingEvent()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic CodingDt getCode()
null.
Definition: A coded identifier of a supported messaging event
public Conformance.MessagingEvent setCode(CodingDt theValue)
Definition: A coded identifier of a supported messaging event
public ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> getCategoryElement()
null.
Definition: The impact of the content of the message
public String getCategory()
null.
Definition: The impact of the content of the message
public Conformance.MessagingEvent setCategory(ca.uhn.fhir.model.primitive.BoundCodeDt<MessageSignificanceCategoryEnum> theValue)
Definition: The impact of the content of the message
public Conformance.MessagingEvent setCategory(MessageSignificanceCategoryEnum theValue)
Definition: The impact of the content of the message
public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> getModeElement()
null.
Definition: The mode of this event declaration - whether application is sender or receiver
public String getMode()
null.
Definition: The mode of this event declaration - whether application is sender or receiver
public Conformance.MessagingEvent setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> theValue)
Definition: The mode of this event declaration - whether application is sender or receiver
public Conformance.MessagingEvent setMode(ConformanceEventModeEnum theValue)
Definition: The mode of this event declaration - whether application is sender or receiver
public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> getFocusElement()
null.
Definition: A resource associated with the event. This is the resource that defines the event.
public String getFocus()
null.
Definition: A resource associated with the event. This is the resource that defines the event.
public Conformance.MessagingEvent setFocus(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)
Definition: A resource associated with the event. This is the resource that defines the event.
public Conformance.MessagingEvent setFocus(ResourceTypeEnum theValue)
Definition: A resource associated with the event. This is the resource that defines the event.
public ResourceReferenceDt getRequest()
null.
Definition: Information about the request for this event
public Conformance.MessagingEvent setRequest(ResourceReferenceDt theValue)
Definition: Information about the request for this event
public ResourceReferenceDt getResponse()
null.
Definition: Information about the response for this event
public Conformance.MessagingEvent setResponse(ResourceReferenceDt theValue)
Definition: Information about the response for this event
public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
null.
Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
public String getDocumentation()
null.
Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
public Conformance.MessagingEvent setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
public Conformance.MessagingEvent setDocumentation(String theString)
Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.
Copyright © 2014–2018 University Health Network. All rights reserved.