Class DeviceComponent

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.dstu2.resource.BaseResource
ca.uhn.fhir.model.dstu2.resource.DeviceComponent
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IResource, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseResource

public class DeviceComponent extends BaseResource implements ca.uhn.fhir.model.api.IResource
HAPI/FHIR DeviceComponent Resource ()

Definition: Describes the characteristics, operational status and capabilities of a medical-related component of a medical device.

Requirements:

Profile Definition: http://hl7.org/fhir/profiles/DeviceComponent

See Also:
  • Field Details

    • SP_PARENT

      public static final String SP_PARENT
      Search parameter constant for parent

      Description: The parent DeviceComponent resource
      Type: reference
      Path: DeviceComponent.parent

      See Also:
    • PARENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PARENT
      Fluent Client search parameter constant for parent

      Description: The parent DeviceComponent resource
      Type: reference
      Path: DeviceComponent.parent

    • SP_TYPE

      public static final String SP_TYPE
      Search parameter constant for type

      Description: The device component type
      Type: token
      Path: DeviceComponent.type

      See Also:
    • TYPE

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
      Fluent Client search parameter constant for type

      Description: The device component type
      Type: token
      Path: DeviceComponent.type

    • SP_SOURCE

      public static final String SP_SOURCE
      Search parameter constant for source

      Description: The device source
      Type: reference
      Path: DeviceComponent.source

      See Also:
    • SOURCE

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
      Fluent Client search parameter constant for source

      Description: The device source
      Type: reference
      Path: DeviceComponent.source

    • INCLUDE_PARENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PARENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DeviceComponent:parent".
    • INCLUDE_SOURCE

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
      Constant for fluent queries to be used to add include statements. Specifies the path value of "DeviceComponent:source".
  • 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
    • getType

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

      Definition: Describes the specific component type as defined in the object-oriented or metric nomenclature partition.

    • setType

      Sets the value(s) for type ()

      Definition: Describes the specific component type as defined in the object-oriented or metric nomenclature partition.

    • getIdentifier

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

      Definition: Describes the local assigned unique identification by the software. For example: handle ID.

    • setIdentifier

      Sets the value(s) for identifier ()

      Definition: Describes the local assigned unique identification by the software. For example: handle ID.

    • getLastSystemChangeElement

      public ca.uhn.fhir.model.primitive.InstantDt getLastSystemChangeElement()
      Gets the value(s) for lastSystemChange (). creating it if it does not exist. Will not return null.

      Definition: Describes the timestamp for the most recent system change which includes device configuration or setting change.

    • getLastSystemChange

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

      Definition: Describes the timestamp for the most recent system change which includes device configuration or setting change.

    • setLastSystemChange

      public DeviceComponent setLastSystemChange(ca.uhn.fhir.model.primitive.InstantDt theValue)
      Sets the value(s) for lastSystemChange ()

      Definition: Describes the timestamp for the most recent system change which includes device configuration or setting change.

    • setLastSystemChangeWithMillisPrecision

      Sets the value for lastSystemChange ()

      Definition: Describes the timestamp for the most recent system change which includes device configuration or setting change.

    • setLastSystemChange

      public DeviceComponent setLastSystemChange(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
      Sets the value for lastSystemChange ()

      Definition: Describes the timestamp for the most recent system change which includes device configuration or setting change.

    • getSource

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

      Definition: Describes the link to the source Device that contains administrative device information such as manufacture, serial number, etc.

    • setSource

      Sets the value(s) for source ()

      Definition: Describes the link to the source Device that contains administrative device information such as manufacture, serial number, etc.

    • getParent

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

      Definition: Describes the link to the parent resource. For example: Channel is linked to its VMD parent.

    • setParent

      Sets the value(s) for parent ()

      Definition: Describes the link to the parent resource. For example: Channel is linked to its VMD parent.

    • getOperationalStatus

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

      Definition: Indicates current operational status of the device. For example: On, Off, Standby, etc.

    • setOperationalStatus

      Sets the value(s) for operationalStatus ()

      Definition: Indicates current operational status of the device. For example: On, Off, Standby, etc.

    • addOperationalStatus

      Adds and returns a new value for operationalStatus ()

      Definition: Indicates current operational status of the device. For example: On, Off, Standby, etc.

    • addOperationalStatus

      Adds a given new value for operationalStatus ()

      Definition: Indicates current operational status of the device. For example: On, Off, Standby, etc.

      Parameters:
      theValue - The operationalStatus to add (must not be null)
    • getOperationalStatusFirstRep

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

      Definition: Indicates current operational status of the device. For example: On, Off, Standby, etc.

    • getParameterGroup

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

      Definition: Describes the parameter group supported by the current device component that is based on some nomenclature, e.g. cardiovascular.

    • setParameterGroup

      Sets the value(s) for parameterGroup ()

      Definition: Describes the parameter group supported by the current device component that is based on some nomenclature, e.g. cardiovascular.

    • getMeasurementPrincipleElement

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

      Definition: Describes the physical principle of the measurement. For example: thermal, chemical, acoustical, etc.

    • getMeasurementPrinciple

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

      Definition: Describes the physical principle of the measurement. For example: thermal, chemical, acoustical, etc.

    • setMeasurementPrinciple

      public DeviceComponent setMeasurementPrinciple(ca.uhn.fhir.model.primitive.BoundCodeDt<MeasmntPrincipleEnum> theValue)
      Sets the value(s) for measurementPrinciple ()

      Definition: Describes the physical principle of the measurement. For example: thermal, chemical, acoustical, etc.

    • setMeasurementPrinciple

      Sets the value(s) for measurementPrinciple ()

      Definition: Describes the physical principle of the measurement. For example: thermal, chemical, acoustical, etc.

    • getProductionSpecification

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

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

    • setProductionSpecification

      Sets the value(s) for productionSpecification ()

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

    • addProductionSpecification

      Adds and returns a new value for productionSpecification ()

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

    • addProductionSpecification

      Adds a given new value for productionSpecification ()

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

      Parameters:
      theValue - The productionSpecification to add (must not be null)
    • getProductionSpecificationFirstRep

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

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

    • getLanguageCode

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

      Definition: Describes the language code for the human-readable text string produced by the device. This language code will follow the IETF language tag. Example: en-US.

    • setLanguageCode

      Sets the value(s) for languageCode ()

      Definition: Describes the language code for the human-readable text string produced by the device. This language code will follow the IETF language tag. Example: en-US.

    • getResourceName

      Specified by:
      getResourceName in interface ca.uhn.fhir.model.api.IResource
    • getStructureFhirVersionEnum

      public ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
      Specified by:
      getStructureFhirVersionEnum in interface org.hl7.fhir.instance.model.api.IBaseResource
      Specified by:
      getStructureFhirVersionEnum in interface ca.uhn.fhir.model.api.IResource