HS.FHIR.vDSTU2.Model.Resource.DeviceUseRequest
deprecated class HS.FHIR.vDSTU2.Model.Resource.DeviceUseRequest extends HS.FHIR.vDSTU2.Model.Base.DomainResource
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.Property Inventory
- bodySiteCodeableConcept
- bodySiteReference
- device
- encounter
- identifier
- indication
- notes
- orderedOn
- priority
- prnReason
- recordedOn
- status
- subject
- timingDateTime
- timingPeriod
- timingTiming
Method Inventory
- SetBodySiteCodeableConcept()
- SetBodySiteReference()
- SetDevice()
- SetEncounter()
- SetIdentifier()
- SetIndication()
- SetNotes()
- SetOrderedOn()
- SetPriority()
- SetPrnReason()
- SetRecordedOn()
- SetStatus()
- SetSubject()
- SetTimingDateTime()
- SetTimingPeriod()
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 = DeviceUseRequest;
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 = 0;
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 bodySiteCodeableConcept as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "bodySiteCodeableConcept");
Property methods: bodySiteCodeableConceptGet(), bodySiteCodeableConceptGetSwizzled(), bodySiteCodeableConceptIsValid(), bodySiteCodeableConceptNewObject(), bodySiteCodeableConceptSet()
property bodySiteReference as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "bodySiteReference");
Property methods: bodySiteReferenceGet(), bodySiteReferenceGetSwizzled(), bodySiteReferenceIsValid(), bodySiteReferenceNewObject(), bodySiteReferenceSet()
property device as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "device") [ Required ];
The details of the device to be used.
Property methods: deviceGet(), deviceGetSwizzled(), deviceIsValid(), deviceNewObject(), deviceSet()
property encounter as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "encounter");
An encounter that provides additional context in which this request is made.
Property methods: encounterGet(), encounterGetSwizzled(), encounterIsValid(), encounterNewObject(), encounterSet()
property identifier as list of HS.FHIR.vDSTU2.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
Identifiers assigned to this order by the orderer or by the receiver.
Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property indication as list of HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "indication", XMLPROJECTION = "ELEMENT");
Reason or justification for the use of this device.
Property methods: indicationBuildValueArray(), indicationCollectionToDisplay(), indicationCollectionToOdbc(), indicationDisplayToCollection(), indicationGet(), indicationGetObject(), indicationGetObjectId(), indicationGetSwizzled(), indicationIsValid(), indicationOdbcToCollection(), indicationSet(), indicationSetObject(), indicationSetObjectId()
property notes as list of HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "notes", XMLPROJECTION = "ELEMENT");
Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.
Property methods: notesBuildValueArray(), notesCollectionToDisplay(), notesCollectionToOdbc(), notesDisplayToCollection(), notesGet(), notesGetObject(), notesGetObjectId(), notesGetSwizzled(), notesIsValid(), notesOdbcToCollection(), notesSet(), notesSetObject(), notesSetObjectId()
property orderedOn as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "orderedOn");
The time when the request was made.
Property methods: orderedOnGet(), orderedOnGetSwizzled(), orderedOnIsValid(), orderedOnNewObject(), orderedOnSet()
property priority as HS.FHIR.vDSTU2.Model.Base.DeviceUseRequestPriority (XMLNAME = "priority");
Characterizes how quickly the use of device must be initiated. Includes concepts such as stat, urgent, routine.
Property methods: priorityGet(), priorityGetSwizzled(), priorityIsValid(), priorityNewObject(), prioritySet()
property prnReason as list of HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "prnReason", XMLPROJECTION = "ELEMENT");
The proposed act must be performed if the indicated conditions occur, e.g.., shortness of breath, SpO2 less than x%.
Property methods: prnReasonBuildValueArray(), prnReasonCollectionToDisplay(), prnReasonCollectionToOdbc(), prnReasonDisplayToCollection(), prnReasonGet(), prnReasonGetObject(), prnReasonGetObjectId(), prnReasonGetSwizzled(), prnReasonIsValid(), prnReasonOdbcToCollection(), prnReasonSet(), prnReasonSetObject(), prnReasonSetObjectId()
property recordedOn as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "recordedOn");
The time at which the request was made/recorded.
Property methods: recordedOnGet(), recordedOnGetSwizzled(), recordedOnIsValid(), recordedOnNewObject(), recordedOnSet()
property status as HS.FHIR.vDSTU2.Model.Base.DeviceUseRequestStatus (XMLNAME = "status");
The status of the request.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property subject as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "subject") [ Required ];
The patient who will use the device.
Property methods: subjectGet(), subjectGetSwizzled(), subjectIsValid(), subjectNewObject(), subjectSet()
property timingDateTime as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "timingDateTime");
Property methods: timingDateTimeGet(), timingDateTimeGetSwizzled(), timingDateTimeIsValid(), timingDateTimeNewObject(), timingDateTimeSet()
property timingPeriod as HS.FHIR.vDSTU2.Model.Base.Period (XMLNAME = "timingPeriod");
Property methods: timingPeriodGet(), timingPeriodGetSwizzled(), timingPeriodIsValid(), timingPeriodNewObject(), timingPeriodSet()
property timingTiming as HS.FHIR.vDSTU2.Model.Base.Timing (XMLNAME = "timingTiming");
Property methods: timingTimingGet(), timingTimingGetSwizzled(), timingTimingIsValid(), timingTimingNewObject(), timingTimingSet()
Methods
deprecated method SetBodySiteCodeableConcept(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 "bodySiteCodeableConcept" property.
Set method for the "bodySiteCodeableConcept" property.
deprecated method SetBodySiteReference(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 "bodySiteReference" property.
Set method for the "bodySiteReference" property.
deprecated method SetDevice(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 "device" property.
Set method for the "device" property.
deprecated method SetEncounter(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 "encounter" property.
Set method for the "encounter" 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.
Insert method for the "identifier" property.
Insert method for the "identifier" property.
deprecated method SetIndication(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 "indication" property.
Insert method for the "indication" property.
deprecated method SetNotes(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "notes" property.
Insert method for the "notes" property.
deprecated method SetOrderedOn(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 "orderedOn" property.
Set method for the "orderedOn" property.
deprecated method SetPriority(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 "priority" property.
Set method for the "priority" property.
deprecated method SetPrnReason(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 "prnReason" property.
Insert method for the "prnReason" property.
deprecated method SetRecordedOn(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 "recordedOn" property.
Set method for the "recordedOn" property.
deprecated method SetStatus(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 "status" property.
Set method for the "status" property.
deprecated method SetSubject(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 "subject" property.
Set method for the "subject" property.
deprecated method SetTimingDateTime(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 "timingDateTime" property.
Set method for the "timingDateTime" property.
deprecated method SetTimingPeriod(pStart As %String = "", pEnd As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "timingPeriod" property.
Set method for the "timingPeriod" 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()