BEHealthKit 1.11
A HealthKit plugin for Unity
|
Wrapper around HKFHIRResource. More...
An object containing Fast Healthcare Interoperability Resources (FHIR) data.
Public Attributes | |
string | identifier |
string | resourceType |
string | sourceURL |
XmlNode | data |
Public Member Functions | |
FHIRResource (XmlNode node) | |
The default constructor. | |
|
inline |
node | the XmlNode to create this object from. |
XmlNode BeliefEngine.HealthKit.FHIRResource.data |
the full representation of this FHIR resource, converted from JSON to XML
string BeliefEngine.HealthKit.FHIRResource.identifier |
the value from the FHIR resource's id field
string BeliefEngine.HealthKit.FHIRResource.resourceType |
the value from the FHIR resource's resourceType field
string BeliefEngine.HealthKit.FHIRResource.sourceURL |
the full URL for this FHIR resource