Skip to main content

HS.FHIR.vDSTU2.Model.Resource.FamilyMemberHistory

deprecated class HS.FHIR.vDSTU2.Model.Resource.FamilyMemberHistory 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 = FamilyMemberHistory;
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 ageQuantity as HS.FHIR.vDSTU2.Model.Base.Age (XMLNAME = "ageQuantity");
Property methods: ageQuantityGet(), ageQuantityGetSwizzled(), ageQuantityIsValid(), ageQuantityNewObject(), ageQuantitySet()
property ageRange as HS.FHIR.vDSTU2.Model.Base.Range (XMLNAME = "ageRange");
Property methods: ageRangeGet(), ageRangeGetSwizzled(), ageRangeIsValid(), ageRangeNewObject(), ageRangeSet()
property ageString as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "ageString");
Property methods: ageStringGet(), ageStringGetSwizzled(), ageStringIsValid(), ageStringNewObject(), ageStringSet()
property bornDate as HS.FHIR.vDSTU2.Model.Datatype.Date (XMLNAME = "bornDate");
Property methods: bornDateGet(), bornDateGetSwizzled(), bornDateIsValid(), bornDateNewObject(), bornDateSet()
property bornPeriod as HS.FHIR.vDSTU2.Model.Base.Period (XMLNAME = "bornPeriod");
Property methods: bornPeriodGet(), bornPeriodGetSwizzled(), bornPeriodIsValid(), bornPeriodNewObject(), bornPeriodSet()
property bornString as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "bornString");
Property methods: bornStringGet(), bornStringGetSwizzled(), bornStringIsValid(), bornStringNewObject(), bornStringSet()
property condition as list of HS.FHIR.vDSTU2.Model.Resource.FamilyMemberHistory.Condition (XMLNAME = "condition", XMLPROJECTION = "ELEMENT");
The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition.
Property methods: conditionBuildValueArray(), conditionCollectionToDisplay(), conditionCollectionToOdbc(), conditionDisplayToCollection(), conditionGet(), conditionGetObject(), conditionGetObjectId(), conditionGetSwizzled(), conditionIsValid(), conditionOdbcToCollection(), conditionSet(), conditionSetObject(), conditionSetObjectId()
property date as HS.FHIR.vDSTU2.Model.Datatype.DateTime (XMLNAME = "date") [ SqlFieldName = _date ];
The date (and possibly time) when the family member history was taken.
Property methods: dateGet(), dateGetSwizzled(), dateIsValid(), dateNewObject(), dateSet()
property deceasedBoolean as HS.FHIR.vDSTU2.Model.Datatype.Boolean (XMLNAME = "deceasedBoolean");
Property methods: deceasedBooleanGet(), deceasedBooleanGetSwizzled(), deceasedBooleanIsValid(), deceasedBooleanNewObject(), deceasedBooleanSet()
property deceasedDate as HS.FHIR.vDSTU2.Model.Datatype.Date (XMLNAME = "deceasedDate");
Property methods: deceasedDateGet(), deceasedDateGetSwizzled(), deceasedDateIsValid(), deceasedDateNewObject(), deceasedDateSet()
property deceasedQuantity as HS.FHIR.vDSTU2.Model.Base.Age (XMLNAME = "deceasedQuantity");
Property methods: deceasedQuantityGet(), deceasedQuantityGetSwizzled(), deceasedQuantityIsValid(), deceasedQuantityNewObject(), deceasedQuantitySet()
property deceasedRange as HS.FHIR.vDSTU2.Model.Base.Range (XMLNAME = "deceasedRange");
Property methods: deceasedRangeGet(), deceasedRangeGetSwizzled(), deceasedRangeIsValid(), deceasedRangeNewObject(), deceasedRangeSet()
property deceasedString as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "deceasedString");
Property methods: deceasedStringGet(), deceasedStringGetSwizzled(), deceasedStringIsValid(), deceasedStringNewObject(), deceasedStringSet()
property gender as HS.FHIR.vDSTU2.Model.Datatype.Code (XMLNAME = "gender");
Administrative Gender - the gender that the relative is considered to have for administration and record keeping purposes.
Property methods: genderGet(), genderGetSwizzled(), genderIsValid(), genderNewObject(), genderSet()
property identifier as list of HS.FHIR.vDSTU2.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
This records identifiers associated with this family member history record 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 name as HS.FHIR.vDSTU2.Model.Datatype.String (XMLNAME = "name");
This will either be a name or a description; e.g."Aunt Susan","my cousin with the red hair".
Property methods: nameGet(), nameGetSwizzled(), nameIsValid(), nameNewObject(), nameSet()
property note as HS.FHIR.vDSTU2.Model.Base.Annotation (XMLNAME = "note");
This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible.
Property methods: noteGet(), noteGetSwizzled(), noteIsValid(), noteNewObject(), noteSet()
property patient as HS.FHIR.vDSTU2.Model.Base.Reference (XMLNAME = "patient") [ Required ];
The person who this history concerns.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property relationship as HS.FHIR.vDSTU2.Model.Base.CodeableConcept (XMLNAME = "relationship") [ Required ];
The type of relationship this person has to the patient (father, mother, brother etc.).
Property methods: relationshipGet(), relationshipGetSwizzled(), relationshipIsValid(), relationshipNewObject(), relationshipSet()
property status as HS.FHIR.vDSTU2.Model.Base.FamilyHistoryStatus (XMLNAME = "status") [ Required ];
A code specifying a state of a Family Member History record.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()

Methods

deprecated method SetAgeString(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 "ageString" property.
deprecated method SetBornDate(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 "bornDate" property.
deprecated method SetBornPeriod(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 "bornPeriod" property.
deprecated method SetBornString(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 "bornString" property.
deprecated method SetDate(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 "date" property.
deprecated method SetDeceasedBoolean(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 "deceasedBoolean" property.
deprecated method SetDeceasedDate(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 "deceasedDate" property.
deprecated method SetDeceasedString(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 "deceasedString" property.
deprecated method SetGender(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 "gender" 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.
deprecated method SetName(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 "name" 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.
deprecated method SetRelationship(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 "relationship" 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.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab