Skip to main content

HS.FHIRModel.R4.SampledData

class HS.FHIRModel.R4.SampledData extends HS.FHIRModel.FHIRClassSuper

*****************************************
** SampledData generated class schema
*****************************************
A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_SAMPLEDDATA;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _data as HS.FHIRModel.R4.Element;
Extensions for data
Property methods: _dataGet(), _dataGetSwizzled(), _dataIsValid(), _dataNewObject(), _dataSet()
property _dimensions as HS.FHIRModel.R4.Element;
Extensions for dimensions
Property methods: _dimensionsGet(), _dimensionsGetSwizzled(), _dimensionsIsValid(), _dimensionsNewObject(), _dimensionsSet()
property _factor as HS.FHIRModel.R4.Element;
Extensions for factor
Property methods: _factorGet(), _factorGetSwizzled(), _factorIsValid(), _factorNewObject(), _factorSet()
property _lowerLimit as HS.FHIRModel.R4.Element;
Extensions for lowerLimit
Property methods: _lowerLimitGet(), _lowerLimitGetSwizzled(), _lowerLimitIsValid(), _lowerLimitNewObject(), _lowerLimitSet()
property _period as HS.FHIRModel.R4.Element;
Extensions for period
Property methods: _periodGet(), _periodGetSwizzled(), _periodIsValid(), _periodNewObject(), _periodSet()
property _upperLimit as HS.FHIRModel.R4.Element;
Extensions for upperLimit
Property methods: _upperLimitGet(), _upperLimitGetSwizzled(), _upperLimitIsValid(), _upperLimitNewObject(), _upperLimitSet()
property data as %String;
A series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.
Property methods: dataDisplayToLogical(), dataGet(), dataIsValid(), dataLogicalToDisplay(), dataLogicalToOdbc(), dataNormalize(), dataSet()
property dimensions as %Integer;
The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.
Property methods: dimensionsDisplayToLogical(), dimensionsGet(), dimensionsIsValid(), dimensionsLogicalToDisplay(), dimensionsNormalize(), dimensionsSet(), dimensionsXSDToLogical()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property factor as %Integer;
A correction factor that is applied to the sampled data points before they are added to the origin.
Property methods: factorDisplayToLogical(), factorGet(), factorIsValid(), factorLogicalToDisplay(), factorNormalize(), factorSet(), factorXSDToLogical()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property lowerLimit as %Integer;
The lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
Property methods: lowerLimitDisplayToLogical(), lowerLimitGet(), lowerLimitIsValid(), lowerLimitLogicalToDisplay(), lowerLimitNormalize(), lowerLimitSet(), lowerLimitXSDToLogical()
property origin as HS.FHIRModel.R4.Quantity [ Required ];
The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.
Property methods: originGet(), originGetSwizzled(), originIsValid(), originNewObject(), originSet()
property period as %Integer;
The length of time between sampling times, measured in milliseconds.
Property methods: periodDisplayToLogical(), periodGet(), periodIsValid(), periodLogicalToDisplay(), periodNormalize(), periodSet(), periodXSDToLogical()
property upperLimit as %Integer;
The upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
Property methods: upperLimitDisplayToLogical(), upperLimitGet(), upperLimitIsValid(), upperLimitLogicalToDisplay(), upperLimitNormalize(), upperLimitSet(), upperLimitXSDToLogical()

Methods

method IncludeExtension()
method IncludeOrigin()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab