Skip to main content

HS.FHIR.vSTU3.Model.Resource.DeviceMetric

deprecated class HS.FHIR.vSTU3.Model.Resource.DeviceMetric extends HS.FHIR.vSTU3.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Describes a measurement, calculation or setting capability of a medical device.
If the element is present, it must have either a @value, an @id, or extensions

Property Inventory

Method Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = DeviceMetric;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.

Properties

property calibration as list of HS.FHIR.vSTU3.Model.Resource.DeviceMetric.Calibration (XMLNAME = "calibration", XMLPROJECTION = "ELEMENT");
Describes the calibrations that have been performed or that are required to be performed.
Property methods: calibrationBuildValueArray(), calibrationCollectionToDisplay(), calibrationCollectionToOdbc(), calibrationDisplayToCollection(), calibrationGet(), calibrationGetObject(), calibrationGetObjectId(), calibrationGetSwizzled(), calibrationIsValid(), calibrationOdbcToCollection(), calibrationSet(), calibrationSetObject(), calibrationSetObjectId()
property category as HS.FHIR.vSTU3.Model.Base.DeviceMetricCategory (XMLNAME = "category", XMLPROJECTION = "ELEMENT") [ Required ];
Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.
Property methods: categoryGet(), categoryGetSwizzled(), categoryIsValid(), categoryNewObject(), categorySet()
property color as HS.FHIR.vSTU3.Model.Base.DeviceMetricColor (XMLNAME = "color", XMLPROJECTION = "ELEMENT");
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.
Property methods: colorGet(), colorGetSwizzled(), colorIsValid(), colorNewObject(), colorSet()
property identifier as HS.FHIR.vSTU3.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT") [ Required ];
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.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property measurementPeriod as HS.FHIR.vSTU3.Model.Base.Timing (XMLNAME = "measurementPeriod", XMLPROJECTION = "ELEMENT");
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.
Property methods: measurementPeriodGet(), measurementPeriodGetSwizzled(), measurementPeriodIsValid(), measurementPeriodNewObject(), measurementPeriodSet()
property operationalStatus as HS.FHIR.vSTU3.Model.Base.DeviceMetricOperationalStatus (XMLNAME = "operationalStatus", XMLPROJECTION = "ELEMENT");
Indicates current operational state of the device. For example: On, Off, Standby, etc.
Property methods: operationalStatusGet(), operationalStatusGetSwizzled(), operationalStatusIsValid(), operationalStatusNewObject(), operationalStatusSet()
property parent as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "parent", XMLPROJECTION = "ELEMENT");
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.
Property methods: parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()
property source as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "source", XMLPROJECTION = "ELEMENT");
Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacturer, serial number, etc.
Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property type as HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property unit as HS.FHIR.vSTU3.Model.Base.CodeableConcept (XMLNAME = "unit", XMLPROJECTION = "ELEMENT");
Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.
Property methods: unitGet(), unitGetSwizzled(), unitIsValid(), unitNewObject(), unitSet()

Methods

deprecated method SetCategory(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "category" property.
deprecated method SetColor(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "color" property.
deprecated method SetIdentifier(pValue As %String = "", pSystem As %String = "", pUse As %String = "", pTypeCode As %String = "", pTypeSystem As %String = "", pTypeDisplay As %String = "", pTypeText As %String = "", pId As %String = "", pStart As %String = "", pEnd As %String = "", pAssignerReference As %String = "", pAssignerDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "identifier" property.
deprecated method SetOperationalStatus(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "operationalStatus" property.
deprecated method SetParent(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "parent" property.
deprecated method SetSource(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "source" property.
deprecated method SetType(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.
deprecated method SetUnit(pCode As %String = "", pDisplay As %String = "", pSystem As %String = "", pText As %String = "", pVersion As %String = "", pUserSelected As %String = "", pId As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "unit" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab