Class MessageHeader.Source

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

public static class MessageHeader.Source extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: MessageHeader.source (who.actor)

Definition: The source application from which this message originated

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
    • getNameElement

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

      Definition: Human-readable name for the source system

    • getName

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

      Definition: Human-readable name for the source system

    • setName

      public MessageHeader.Source setName(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for name ()

      Definition: Human-readable name for the source system

    • setName

      public MessageHeader.Source setName(String theString)
      Sets the value for name ()

      Definition: Human-readable name for the source system

    • getSoftwareElement

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

      Definition: May include configuration or other information useful in debugging.

    • getSoftware

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

      Definition: May include configuration or other information useful in debugging.

    • setSoftware

      public MessageHeader.Source setSoftware(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for software ()

      Definition: May include configuration or other information useful in debugging.

    • setSoftware

      Sets the value for software ()

      Definition: May include configuration or other information useful in debugging.

    • getVersionElement

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

      Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.

    • getVersion

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

      Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.

    • setVersion

      public MessageHeader.Source setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for version ()

      Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.

    • setVersion

      Sets the value for version ()

      Definition: Can convey versions of multiple systems in situations where a message passes through multiple hands.

    • getContact

      Gets the value(s) for contact (). creating it if it does not exist. Will not return null.

      Definition: An e-mail, phone, website or other contact point to use to resolve issues with message communications.

    • setContact

      Sets the value(s) for contact ()

      Definition: An e-mail, phone, website or other contact point to use to resolve issues with message communications.

    • getEndpointElement

      public ca.uhn.fhir.model.primitive.UriDt getEndpointElement()
      Gets the value(s) for endpoint (). creating it if it does not exist. Will not return null.

      Definition: Identifies the routing target to send acknowledgements to.

    • getEndpoint

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

      Definition: Identifies the routing target to send acknowledgements to.

    • setEndpoint

      public MessageHeader.Source setEndpoint(ca.uhn.fhir.model.primitive.UriDt theValue)
      Sets the value(s) for endpoint ()

      Definition: Identifies the routing target to send acknowledgements to.

    • setEndpoint

      Sets the value for endpoint ()

      Definition: Identifies the routing target to send acknowledgements to.