BEHealthKit 1.11
A HealthKit plugin for Unity
Loading...
Searching...
No Matches
Public Attributes | Public Member Functions | List of all members
BeliefEngine.HealthKit.ClinicalRecord Class Reference

Wrapper around HKClinicalRecord.

Public Attributes

string clinicalType
 
string displayName
 
FHIRResource FHIRResource
 
- Public Attributes inherited from BeliefEngine.HealthKit.Sample
DateTimeOffset startDate
 
DateTimeOffset endDate
 
- Public Attributes inherited from BeliefEngine.HealthKit.HObject
SourceRevision source
 
XmlNode metadata
 

Public Member Functions

 ClinicalRecord (XmlNode node)
 The default constructor.
 
- Public Member Functions inherited from BeliefEngine.HealthKit.Sample
 Sample (XmlNode node)
 The default constructor.
 
 Sample (DateTimeOffset startDate, DateTimeOffset endDate)
 Manual constructor.
 
override XElement ToXML ()
 Internal method. Converts the sample to XML.
 
- Public Member Functions inherited from BeliefEngine.HealthKit.HObject
 HObject (XmlNode node)
 The constructor used internally when reading health data.
 

Constructor & Destructor Documentation

◆ ClinicalRecord()

BeliefEngine.HealthKit.ClinicalRecord.ClinicalRecord ( XmlNode node)
inline
Parameters
nodethe XmlNode to create this object from.

Member Data Documentation

◆ clinicalType

string BeliefEngine.HealthKit.ClinicalRecord.clinicalType

an identifier that indicates the type of record, such as an allergic reaction, a lab result, or a medical procedure.

◆ displayName

string BeliefEngine.HealthKit.ClinicalRecord.displayName

the display name of this record shown in the Health app

◆ FHIRResource

FHIRResource BeliefEngine.HealthKit.ClinicalRecord.FHIRResource

the FHIR data for this record