Class DeviceMetric

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class DeviceMetric extends DomainResource
Describes a measurement, calculation or setting capability of a medical device.
See Also:
  • Field Details

    • type

      protected CodeableConcept type
      Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.
    • identifier

      Describes the unique identification of this metric that has been assigned by the device or gateway software. For example: handle ID. It should be noted that in order to make the identifier unique, the system element of the identifier should be set to the unique identifier of the device.
    • unit

      protected CodeableConcept unit
      Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.
    • source

      protected Reference source
      Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.
    • sourceTarget

      protected Device sourceTarget
      The actual object that is the target of the reference (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)
    • parent

      protected Reference parent
      Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.
    • parentTarget

      The actual object that is the target of the reference (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.)
    • operationalStatus

      Indicates current operational state of the device. For example: On, Off, Standby, etc.
    • color

      Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.
    • category

      Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.
    • measurementPeriod

      Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured.
    • calibration

      Describes the calibrations that have been performed or that are required to be performed.
    • SP_PARENT

      public static final String SP_PARENT
      See Also:
    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      See Also:
    • SP_SOURCE

      public static final String SP_SOURCE
      See Also:
    • SP_TYPE

      public static final String SP_TYPE
      See Also:
    • SP_CATEGORY

      public static final String SP_CATEGORY
      See Also:
  • Constructor Details

  • Method Details

    • getType

      Returns:
      type (Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.)
    • hasType

      public boolean hasType()
    • setType

      Parameters:
      value - type (Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.)
    • getIdentifier

      Returns:
      identifier (Describes the unique identification of this metric that has been assigned by the device or gateway software. For example: handle ID. It should be noted that in order to make the identifier unique, the system element of the identifier should be set to the unique identifier of the device.)
    • hasIdentifier

      public boolean hasIdentifier()
    • setIdentifier

      Parameters:
      value - identifier (Describes the unique identification of this metric that has been assigned by the device or gateway software. For example: handle ID. It should be noted that in order to make the identifier unique, the system element of the identifier should be set to the unique identifier of the device.)
    • getUnit

      Returns:
      unit (Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.)
    • hasUnit

      public boolean hasUnit()
    • setUnit

      Parameters:
      value - unit (Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.)
    • getSource

      public Reference getSource()
      Returns:
      source (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)
    • hasSource

      public boolean hasSource()
    • setSource

      Parameters:
      value - source (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)
    • getSourceTarget

      Returns:
      source The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)
    • setSourceTarget

      Parameters:
      value - source The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacture, serial number, etc.)
    • getParent

      public Reference getParent()
      Returns:
      parent (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.)
    • hasParent

      public boolean hasParent()
    • setParent

      Parameters:
      value - parent (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.)
    • getParentTarget

      Returns:
      parent The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.)
    • setParentTarget

      Parameters:
      value - parent The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Describes the link to the DeviceComponent that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a DeviceComponent that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location.)
    • getOperationalStatusElement

      Returns:
      operationalStatus (Indicates current operational state of the device. For example: On, Off, Standby, etc.). This is the underlying object with id, value and extensions. The accessor "getOperationalStatus" gives direct access to the value
    • hasOperationalStatusElement

      public boolean hasOperationalStatusElement()
    • hasOperationalStatus

      public boolean hasOperationalStatus()
    • setOperationalStatusElement

      Parameters:
      value - operationalStatus (Indicates current operational state of the device. For example: On, Off, Standby, etc.). This is the underlying object with id, value and extensions. The accessor "getOperationalStatus" gives direct access to the value
    • getOperationalStatus

      Returns:
      Indicates current operational state of the device. For example: On, Off, Standby, etc.
    • setOperationalStatus

      Parameters:
      value - Indicates current operational state of the device. For example: On, Off, Standby, etc.
    • getColorElement

      Returns:
      color (Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.). This is the underlying object with id, value and extensions. The accessor "getColor" gives direct access to the value
    • hasColorElement

      public boolean hasColorElement()
    • hasColor

      public boolean hasColor()
    • setColorElement

      Parameters:
      value - color (Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.). This is the underlying object with id, value and extensions. The accessor "getColor" gives direct access to the value
    • getColor

      Returns:
      Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.
    • setColor

      Parameters:
      value - Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.
    • getCategoryElement

      Returns:
      category (Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.). This is the underlying object with id, value and extensions. The accessor "getCategory" gives direct access to the value
    • hasCategoryElement

      public boolean hasCategoryElement()
    • hasCategory

      public boolean hasCategory()
    • setCategoryElement

      Parameters:
      value - category (Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.). This is the underlying object with id, value and extensions. The accessor "getCategory" gives direct access to the value
    • getCategory

      Returns:
      Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.
    • setCategory

      Parameters:
      value - Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.
    • getMeasurementPeriod

      Returns:
      measurementPeriod (Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured.)
    • hasMeasurementPeriod

      public boolean hasMeasurementPeriod()
    • setMeasurementPeriod

      Parameters:
      value - measurementPeriod (Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured.)
    • getCalibration

      Returns:
      calibration (Describes the calibrations that have been performed or that are required to be performed.)
    • hasCalibration

      public boolean hasCalibration()
    • addCalibration

      Returns:
      calibration (Describes the calibrations that have been performed or that are required to be performed.)
    • addCalibration

    • listChildren

      protected void listChildren(List<Property> childrenList)
      Overrides:
      listChildren in class DomainResource
    • setProperty

      public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      setProperty in class DomainResource
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • addChild

      public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
      Overrides:
      addChild in class DomainResource
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • fhirType

      public String fhirType()
      Specified by:
      fhirType in interface org.hl7.fhir.instance.model.api.IBase
      Overrides:
      fhirType in class DomainResource
    • copy

      public DeviceMetric copy()
      Specified by:
      copy in class DomainResource
    • typedCopy

      protected DeviceMetric typedCopy()
    • equalsDeep

      public boolean equalsDeep(Base other)
      Overrides:
      equalsDeep in class DomainResource
    • equalsShallow

      public boolean equalsShallow(Base other)
      Overrides:
      equalsShallow in class DomainResource
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
      Overrides:
      isEmpty in class DomainResource
    • getResourceType

      Specified by:
      getResourceType in class Resource