Class DeviceComponent.ProductionSpecification

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

public static class DeviceComponent.ProductionSpecification extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: DeviceComponent.productionSpecification ()

Definition: Describes the production specification such as component revision, serial number, etc.

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

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

      Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.

    • setSpecType

      Sets the value(s) for specType ()

      Definition: Describes the specification type, such as, serial number, part number, hardware revision, software revision, etc.

    • getComponentId

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

      Definition: Describes the internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacture can make use of.

    • setComponentId

      Sets the value(s) for componentId ()

      Definition: Describes the internal component unique identification. This is a provision for manufacture specific standard components using a private OID. 11073-10101 has a partition for private OID semantic that the manufacture can make use of.

    • getProductionSpecElement

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

      Definition: Describes the printable string defining the component.

    • getProductionSpec

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

      Definition: Describes the printable string defining the component.

    • setProductionSpec

      public DeviceComponent.ProductionSpecification setProductionSpec(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for productionSpec ()

      Definition: Describes the printable string defining the component.

    • setProductionSpec

      Sets the value for productionSpec ()

      Definition: Describes the printable string defining the component.