HS.FHIR.vDSTU2.Model.Resource.DeviceComponent
deprecated class HS.FHIR.vDSTU2.Model.Resource.DeviceComponent extends HS.FHIR.vDSTU2.Model.Base.DomainResource
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.Property Inventory
- identifier
- languageCode
- lastSystemChange
- measurementPrinciple
- operationalStatus
- parameterGroup
- parent
- productionSpecification
- source
- type
Method Inventory
- SetIdentifier()
- SetLanguageCode()
- SetLastSystemChange()
- SetMeasurementPrinciple()
- SetOperationalStatus()
- SetParameterGroup()
- SetParent()
- SetSource()
- SetType()
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 = DeviceComponent;
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 identifier as HS.FHIR.vDSTU2.Model.Base.Identifier (XMLNAME = "identifier") [ Required ];
Describes the local assigned unique identification by the software. For example: handle ID.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property languageCode as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "languageCode");
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.
Property methods: languageCodeGet(), languageCodeGetSwizzled(), languageCodeIsValid(), languageCodeNewObject(), languageCodeSet()
property lastSystemChange as HS.FHIR.vDSTU2.Model.Datatype.Instant (XMLNAME = "lastSystemChange") [ Required ];
Describes the timestamp for the most recent system change which includes device configuration or setting change.
Property methods: lastSystemChangeGet(), lastSystemChangeGetSwizzled(), lastSystemChangeIsValid(), lastSystemChangeNewObject(), lastSystemChangeSet()
property measurementPrinciple as HS.FHIR.vDSTU2.Model.Base.MeasmntPrinciple (XMLNAME = "measurementPrinciple");
Describes the physical principle of the measurement. For example: thermal, chemical, acoustical, etc.
Property methods: measurementPrincipleGet(), measurementPrincipleGetSwizzled(), measurementPrincipleIsValid(), measurementPrincipleNewObject(), measurementPrincipleSet()
property operationalStatus as list of HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "operationalStatus", XMLPROJECTION = "ELEMENT");
Indicates current operational status of the device. For example: On, Off, Standby, etc.
Property methods: operationalStatusBuildValueArray(), operationalStatusCollectionToDisplay(), operationalStatusCollectionToOdbc(), operationalStatusDisplayToCollection(), operationalStatusGet(), operationalStatusGetObject(), operationalStatusGetObjectId(), operationalStatusGetSwizzled(), operationalStatusIsValid(), operationalStatusOdbcToCollection(), operationalStatusSet(), operationalStatusSetObject(), operationalStatusSetObjectId()
property parameterGroup as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "parameterGroup");
Describes the parameter group supported by the current device component that is based on some nomenclature, e.g. cardiovascular.
Property methods: parameterGroupGet(), parameterGroupGetSwizzled(), parameterGroupIsValid(), parameterGroupNewObject(), parameterGroupSet()
property parent as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "parent");
Describes the link to the parent resource. For example: Channel is linked to its VMD parent.
Property methods: parentGet(), parentGetSwizzled(), parentIsValid(), parentNewObject(), parentSet()
property productionSpecification as list of HS.FHIR.vDSTU2.Model.Resource.DeviceComponent.ProductionSpecification (XMLNAME = "productionSpecification", XMLPROJECTION = "ELEMENT");
Describes the production specification such as component revision, serial number, etc.
Property methods: productionSpecificationBuildValueArray(), productionSpecificationCollectionToDisplay(), productionSpecificationCollectionToOdbc(), productionSpecificationDisplayToCollection(), productionSpecificationGet(), productionSpecificationGetObject(), productionSpecificationGetObjectId(), productionSpecificationGetSwizzled(), productionSpecificationIsValid(), productionSpecificationOdbcToCollection(), productionSpecificationSet(), productionSpecificationSetObject(), productionSpecificationSetObjectId()
property source as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "source");
Describes the link to the source Device that contains administrative device information such as manufacture, serial number, etc.
Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()
property type as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "type") [ Required ];
Describes the specific component type as defined in the object-oriented or metric nomenclature partition.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
Methods
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.
Set method for the "identifier" property.
deprecated method SetLanguageCode(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 "languageCode" property.
Set method for the "languageCode" property.
deprecated method SetLastSystemChange(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 "lastSystemChange" property.
Set method for the "lastSystemChange" property.
deprecated method SetMeasurementPrinciple(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 "measurementPrinciple" property.
Set method for the "measurementPrinciple" property.
deprecated method SetOperationalStatus(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.
Insert method for the "operationalStatus" property.
Insert method for the "operationalStatus" property.
deprecated method SetParameterGroup(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 "parameterGroup" property.
Set method for the "parameterGroup" 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.
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.
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.
Set method for the "type" property.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateProxy()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FHIRObjectHasValue()
- %FromFHIRJSON()
- %FromFHIRXML()
- %GetClassName()
- %GetJSONType()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToFHIRJSON()
- %ToFHIRXML()
- %ValidateObject()
- GetReferenceMap()
- SetContained()
- SetId()
- SetImplicitRules()
- SetLanguage()
- SetText()
- UpdateReferences()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()