Skip to main content

HS.FHIR.DTL.vDSTU2.Model.Resource.DeviceUseStatement

class HS.FHIR.DTL.vDSTU2.Model.Resource.DeviceUseStatement extends HS.FHIR.DTL.vDSTU2.Model.Base.DomainResource

Property 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 = DeviceUseStatement;
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 XMLPROJECTION = ELEMENT;
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.
parameter XMLTYPE = DeviceUseStatement;
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 bodySiteCodeableConcept as HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "bodySiteCodeableConcept", XMLPROJECTION = "ELEMENT");
CodeableConcept

Target body site.

any FHIR2 code from any ValueSet may be used.

Property methods: bodySiteCodeableConceptGet(), bodySiteCodeableConceptGetSwizzled(), bodySiteCodeableConceptIsValid(), bodySiteCodeableConceptNewObject(), bodySiteCodeableConceptSet()
property bodySiteReference as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "bodySiteReference", XMLPROJECTION = "ELEMENT");
Reference

Target body site.

BodySite.

Property methods: bodySiteReferenceGet(), bodySiteReferenceGetSwizzled(), bodySiteReferenceIsValid(), bodySiteReferenceNewObject(), bodySiteReferenceSet()
property device as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "device", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Device

Property methods: deviceGet(), deviceGetSwizzled(), deviceIsValid(), deviceNewObject(), deviceSet()
property identifier as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifier
Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property indication as list of HS.FHIR.DTL.vDSTU2.Model.Datatype.CodeableConcept (XMLNAME = "indication", XMLPROJECTION = "ELEMENT");
CodeableConcept

any FHIR2 code from any ValueSet may be used.

Property methods: indicationBuildValueArray(), indicationCollectionToDisplay(), indicationCollectionToOdbc(), indicationDisplayToCollection(), indicationGet(), indicationGetObject(), indicationGetObjectId(), indicationGetSwizzled(), indicationIsValid(), indicationOdbcToCollection(), indicationSet(), indicationSetObject(), indicationSetObjectId()
property notes as list of %String (MAXLEN = 1000000, XMLNAME = "notes", XMLPROJECTION = "ELEMENT");
string
Property methods: notesBuildValueArray(), notesCollectionToDisplay(), notesCollectionToOdbc(), notesDisplayToCollection(), notesDisplayToLogical(), notesGet(), notesGetObject(), notesGetObjectId(), notesGetSwizzled(), notesIsValid(), notesLogicalToDisplay(), notesLogicalToOdbc(), notesNormalize(), notesOdbcToCollection(), notesSet(), notesSetObject(), notesSetObjectId()
property recordedOn as %String (MAXLEN = 1000000, XMLNAME = "recordedOn", XMLPROJECTION = "ATTRIBUTE");
dateTime
Property methods: recordedOnDisplayToLogical(), recordedOnGet(), recordedOnIsValid(), recordedOnLogicalToDisplay(), recordedOnLogicalToOdbc(), recordedOnNormalize(), recordedOnSet()
property subject as HS.FHIR.DTL.vDSTU2.Model.Base.Reference (XMLNAME = "subject", XMLPROJECTION = "ELEMENT") [ Required ];
Reference

Patient

Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property timingDateTime as %String (MAXLEN = 1000000, XMLNAME = "timingDateTime", XMLPROJECTION = "ATTRIBUTE");
dateTime
Property methods: timingDateTimeDisplayToLogical(), timingDateTimeGet(), timingDateTimeIsValid(), timingDateTimeLogicalToDisplay(), timingDateTimeLogicalToOdbc(), timingDateTimeNormalize(), timingDateTimeSet()
property timingPeriod as HS.FHIR.DTL.vDSTU2.Model.Datatype.Period (XMLNAME = "timingPeriod", XMLPROJECTION = "ELEMENT");
Period
Property methods: timingPeriodGet(), timingPeriodGetSwizzled(), timingPeriodIsValid(), timingPeriodNewObject(), timingPeriodSet()
property timingTiming as HS.FHIR.DTL.vDSTU2.Model.Datatype.Timing (XMLNAME = "timingTiming", XMLPROJECTION = "ELEMENT");
Timing
Property methods: timingTimingGet(), timingTimingGetSwizzled(), timingTimingIsValid(), timingTimingNewObject(), timingTimingSet()
property whenUsed as HS.FHIR.DTL.vDSTU2.Model.Datatype.Period (XMLNAME = "whenUsed", XMLPROJECTION = "ELEMENT");
Period
Property methods: whenUsedGet(), whenUsedGetSwizzled(), whenUsedIsValid(), whenUsedNewObject(), whenUsedSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab