Skip to main content

HS.FHIR.vSTU3.Model.Base.SampledData

deprecated class HS.FHIR.vSTU3.Model.Base.SampledData extends HS.FHIR.vSTU3.Model.Base.Element

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.
If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, 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 JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = SampledData;
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 data as HS.FHIR.vSTU3.Model.Datatype.SampledDataDataType (XMLNAME = "data", XMLPROJECTION = "ELEMENT") [ Required ];
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: dataGet(), dataGetSwizzled(), dataIsValid(), dataNewObject(), dataSet()
property dimensions as HS.FHIR.vSTU3.Model.Datatype.PositiveInt (XMLNAME = "dimensions", XMLPROJECTION = "ELEMENT") [ Required ];
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: dimensionsGet(), dimensionsGetSwizzled(), dimensionsIsValid(), dimensionsNewObject(), dimensionsSet()
property factor as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "factor", XMLPROJECTION = "ELEMENT");
A correction factor that is applied to the sampled data points before they are added to the origin.
Property methods: factorGet(), factorGetSwizzled(), factorIsValid(), factorNewObject(), factorSet()
property lowerLimit as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "lowerLimit", XMLPROJECTION = "ELEMENT");
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: lowerLimitGet(), lowerLimitGetSwizzled(), lowerLimitIsValid(), lowerLimitNewObject(), lowerLimitSet()
property origin as HS.FHIR.vSTU3.Model.Base.Quantity (XMLNAME = "origin", XMLPROJECTION = "ELEMENT") [ 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 HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "period", XMLPROJECTION = "ELEMENT") [ Required ];
The length of time between sampling times, measured in milliseconds.
Property methods: periodGet(), periodGetSwizzled(), periodIsValid(), periodNewObject(), periodSet()
property upperLimit as HS.FHIR.vSTU3.Model.Datatype.Decimal (XMLNAME = "upperLimit", XMLPROJECTION = "ELEMENT");
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: upperLimitGet(), upperLimitGetSwizzled(), upperLimitIsValid(), upperLimitNewObject(), upperLimitSet()

Methods

deprecated method SetData(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 "data" property.
deprecated method SetDimensions(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 "dimensions" property.
deprecated method SetFactor(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 "factor" property.
deprecated method SetLowerLimit(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 "lowerLimit" property.
deprecated method SetOrigin(pValue As %String = "", pComparator As %String = "", pUnit As %String = "", pSystem As %String = "", pCode As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "origin" property.
deprecated method SetPeriod(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 "period" property.
deprecated method SetUpperLimit(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 "upperLimit" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab