Class Conformance.MessagingEvent

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.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

public static class Conformance.MessagingEvent extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.messaging.event ()

Definition: A description of the solution's support for an event at this end-point.

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.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 interface ca.uhn.fhir.model.api.ICompositeElement
    • getCode

      public CodingDt getCode()
      Gets the value(s) for code (). creating it if it does not exist. Will not return null.

      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 return null.

      Definition: The impact of the content of the message

    • getCategory

      public String getCategory()
      Gets the value(s) for category (). creating it if it does not exist. This method may return null.

      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

      public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceEventModeEnum> getModeElement()
      Gets the value(s) for mode (). creating it if it does not exist. Will not return null.

      Definition: The mode of this event declaration - whether application is sender or receiver

    • getMode

      public String getMode()
      Gets the value(s) for mode (). creating it if it does not exist. This method may return null.

      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

      public ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> getFocusElement()
      Gets the value(s) for focus (). creating it if it does not exist. Will not return null.

      Definition: A resource associated with the event. This is the resource that defines the event.

    • getFocus

      public String getFocus()
      Gets the value(s) for focus (). creating it if it does not exist. This method may return null.

      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 return null.

      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 return null.

      Definition: Information about the response for this event

    • setResponse

      Sets the value(s) for response ()

      Definition: Information about the response for this event

    • getDocumentationElement

      public ca.uhn.fhir.model.primitive.StringDt getDocumentationElement()
      Gets the value(s) for documentation (). creating it if it does not exist. Will not return null.

      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 return null.

      Definition: Guidance on how this event is handled, such as internal system trigger points, business rules, etc.

    • setDocumentation

      public Conformance.MessagingEvent setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
      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.