BEHealthKit 1.11
A HealthKit plugin for Unity
|
Wrapper around HKCDADocument. More...
An HKCDADocument object represents a Clinical Document Architecture (CDA) document in HealthKit.
Public Attributes | |
string | author |
string | custodian |
string | patient |
string | title |
XmlNode | data |
Public Member Functions | |
CDADocument (XmlNode node) | |
The default constructor. | |
|
inline |
node | the XmlNode to create this object from. |
string BeliefEngine.HealthKit.CDADocument.author |
the author of the document
string BeliefEngine.HealthKit.CDADocument.custodian |
the custodian of the document
XmlNode BeliefEngine.HealthKit.CDADocument.data |
the CDA document, stored as XML
string BeliefEngine.HealthKit.CDADocument.patient |
the patient the document is for
string BeliefEngine.HealthKit.CDADocument.title |
the title of the document