HS.FHIR.vDSTU2.Model.Resource.AllergyIntolerance
deprecated class HS.FHIR.vDSTU2.Model.Resource.AllergyIntolerance extends HS.FHIR.vDSTU2.Model.Base.DomainResource
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.Property Inventory
- category
- criticality
- identifier
- lastOccurence
- note
- onset
- patient
- reaction
- recordedDate
- recorder
- reporter
- status
- substance
- type
Method Inventory
- SetCategory()
- SetCriticality()
- SetIdentifier()
- SetLastOccurence()
- SetOnset()
- SetPatient()
- SetRecordedDate()
- SetRecorder()
- SetReporter()
- SetStatus()
- SetSubstance()
- 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 = AllergyIntolerance;
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 category as HS.FHIR.vDSTU2.Model.Base.AllergyIntoleranceCategory (XMLNAME = "category");
Category of the identified Substance.
Property methods: categoryGet(), categoryGetSwizzled(), categoryIsValid(), categoryNewObject(), categorySet()
property criticality as HS.FHIR.vDSTU2.Model.Base.AllergyIntoleranceCriticality (XMLNAME = "criticality");
Estimate of the potential clinical harm, or seriousness, of the reaction to the identified Substance.
Property methods: criticalityGet(), criticalityGetSwizzled(), criticalityIsValid(), criticalityNewObject(), criticalitySet()
property identifier as list of HS.FHIR.vDSTU2.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
This records identifiers associated with this allergy/intolerance concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
Property methods: identifierBuildValueArray(), identifierCollectionToDisplay(), identifierCollectionToOdbc(), identifierDisplayToCollection(), identifierGet(), identifierGetObject(), identifierGetObjectId(), identifierGetSwizzled(), identifierIsValid(), identifierOdbcToCollection(), identifierSet(), identifierSetObject(), identifierSetObjectId()
property lastOccurence as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "lastOccurence");
Represents the date and/or time of the last known occurrence of a reaction event.
Property methods: lastOccurenceGet(), lastOccurenceGetSwizzled(), lastOccurenceIsValid(), lastOccurenceNewObject(), lastOccurenceSet()
property note as HS.FHIR.vDSTU2.Model.Base.Annotation (XMLNAME = "note");
Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.
Property methods: noteGet(), noteGetSwizzled(), noteIsValid(), noteNewObject(), noteSet()
property onset as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "onset");
Record of the date and/or time of the onset of the Allergy or Intolerance.
Property methods: onsetGet(), onsetGetSwizzled(), onsetIsValid(), onsetNewObject(), onsetSet()
property patient as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "patient") [ Required ];
The patient who has the allergy or intolerance.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property reaction as list of HS.FHIR.vDSTU2.Model.Resource.AllergyIntolerance.Reaction (XMLNAME = "reaction", XMLPROJECTION = "ELEMENT");
Details about each adverse reaction event linked to exposure to the identified Substance.
Property methods: reactionBuildValueArray(), reactionCollectionToDisplay(), reactionCollectionToOdbc(), reactionDisplayToCollection(), reactionGet(), reactionGetObject(), reactionGetObjectId(), reactionGetSwizzled(), reactionIsValid(), reactionOdbcToCollection(), reactionSet(), reactionSetObject(), reactionSetObjectId()
property recordedDate as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "recordedDate");
Date when the sensitivity was recorded.
Property methods: recordedDateGet(), recordedDateGetSwizzled(), recordedDateIsValid(), recordedDateNewObject(), recordedDateSet()
property recorder as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "recorder");
Individual who recorded the record and takes responsibility for its conten.
Property methods: recorderGet(), recorderGetSwizzled(), recorderIsValid(), recorderNewObject(), recorderSet()
property reporter as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "reporter");
The source of the information about the allergy that is recorded.
Property methods: reporterGet(), reporterGetSwizzled(), reporterIsValid(), reporterNewObject(), reporterSet()
property status as HS.FHIR.vDSTU2.Model.Base.AllergyIntoleranceStatus (XMLNAME = "status");
Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified Substance.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property substance as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "substance") [ Required ];
Identification of a substance, or a class of substances, that is considered to be responsible for the adverse reaction risk.
Property methods: substanceGet(), substanceGetSwizzled(), substanceIsValid(), substanceNewObject(), substanceSet()
property type as HS.FHIR.vDSTU2.Model.Base.AllergyIntoleranceType (XMLNAME = "type");
Identification of the underlying physiological mechanism for the reaction risk.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
Methods
deprecated method SetCategory(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 "category" property.
Set method for the "category" property.
deprecated method SetCriticality(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 "criticality" property.
Set method for the "criticality" 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 SetLastOccurence(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 "lastOccurence" property.
Set method for the "lastOccurence" property.
deprecated method SetOnset(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 "onset" property.
Set method for the "onset" property.
deprecated method SetPatient(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 "patient" property.
Set method for the "patient" property.
deprecated method SetRecordedDate(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 "recordedDate" property.
Set method for the "recordedDate" property.
deprecated method SetRecorder(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 "recorder" property.
Set method for the "recorder" property.
deprecated method SetReporter(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 "reporter" property.
Set method for the "reporter" 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 SetSubstance(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 "substance" property.
Set method for the "substance" property.
deprecated method SetType(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 "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()