Class Conformance.Document

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Conformance.Document
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.Document extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Conformance.document ()

Definition: A document definition

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

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

      Definition: Mode of this document declaration - whether application is producer or consumer

    • getMode

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

      Definition: Mode of this document declaration - whether application is producer or consumer

    • setMode

      public Conformance.Document setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<DocumentModeEnum> theValue)
      Sets the value(s) for mode ()

      Definition: Mode of this document declaration - whether application is producer or consumer

    • setMode

      Sets the value(s) for mode ()

      Definition: Mode of this document declaration - whether application is producer or consumer

    • 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: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.

    • getDocumentation

      Gets the value(s) for documentation (). creating it if it does not exist. This method may return null.

      Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.

    • setDocumentation

      public Conformance.Document setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for documentation ()

      Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.

    • setDocumentation

      Sets the value for documentation ()

      Definition: A description of how the application supports or uses the specified document profile. For example, when are documents created, what action is taken with consumed documents, etc.

    • getProfile

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

      Definition: A constraint on a resource used in the document

    • setProfile

      Sets the value(s) for profile ()

      Definition: A constraint on a resource used in the document