Skip to main content

HS.FHIR.vDSTU2.Model.Resource.Medication

deprecated class HS.FHIR.vDSTU2.Model.Resource.Medication extends HS.FHIR.vDSTU2.Model.Base.DomainResource

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.

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 XMLNAME = Medication;
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 code as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "code");
A code (or set of codes) that specify this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems.
Property methods: codeGet(), codeGetSwizzled(), codeIsValid(), codeNewObject(), codeSet()
property isBrand as HS.FHIR.vDSTU2.Model.Datatype.Boolean (XMLNAME = "isBrand");
Set to true if the item is attributable to a specific manufacturer.
Property methods: isBrandGet(), isBrandGetSwizzled(), isBrandIsValid(), isBrandNewObject(), isBrandSet()
property manufacturer as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "manufacturer");
Describes the details of the manufacturer.
Property methods: manufacturerGet(), manufacturerGetSwizzled(), manufacturerIsValid(), manufacturerNewObject(), manufacturerSet()
property package as HS.FHIR.vDSTU2.Model.Resource.Medication.Package (XMLNAME = "package");
Information that only applies to packages (not products).
Property methods: packageGet(), packageGetSwizzled(), packageIsValid(), packageNewObject(), packageSet()
property product as HS.FHIR.vDSTU2.Model.Resource.Medication.Product (XMLNAME = "product");
Information that only applies to products (not packages).
Property methods: productGet(), productGetSwizzled(), productIsValid(), productNewObject(), productSet()

Methods

deprecated method SetCode(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 "code" property.
deprecated method SetIsBrand(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 "isBrand" property.
deprecated method SetManufacturer(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 "manufacturer" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab