Class ValueSet.ComposeIncludeConcept

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

public static class ValueSet.ComposeIncludeConcept extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: ValueSet.compose.include.concept ()

Definition: Specifies a concept to be included or excluded.

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

      public ca.uhn.fhir.model.primitive.CodeDt getCodeElement()
      Gets the value(s) for code (). creating it if it does not exist. Will not return null.

      Definition: Specifies a code for the concept to be included or excluded

    • getCode

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

      Definition: Specifies a code for the concept to be included or excluded

    • setCode

      public ValueSet.ComposeIncludeConcept setCode(ca.uhn.fhir.model.primitive.CodeDt theValue)
      Sets the value(s) for code ()

      Definition: Specifies a code for the concept to be included or excluded

    • setCode

      Sets the value for code ()

      Definition: Specifies a code for the concept to be included or excluded

    • getDisplayElement

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

      Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system

    • getDisplay

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

      Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system

    • setDisplay

      public ValueSet.ComposeIncludeConcept setDisplay(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for display ()

      Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system

    • setDisplay

      Sets the value for display ()

      Definition: The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system

    • getDesignation

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

      Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.

    • setDesignation

      Sets the value(s) for designation ()

      Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.

    • addDesignation

      Adds and returns a new value for designation ()

      Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.

    • addDesignation

      Adds a given new value for designation ()

      Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.

      Parameters:
      theValue - The designation to add (must not be null)
    • getDesignationFirstRep

      Gets the first repetition for designation (), creating it if it does not already exist.

      Definition: Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.