TTEHREvent Class Reference

Inherits from NSManagedObject
Declared in TTEHREvent.h

Overview

An Electronic Health Record message used by Care Teams to communicate patient’s current condition (such as location, admit reason, admit time, etc).

  data

NSDictionary containing information about what to display in the EHR event message. @discussion data[@"components"] is a NSArray of NSDictionaries that contain components of the EHR event message. Each component dictionary should have “type” as a key to indicate what type of content to display. Possible values for componentDictionary["type"]: “nurse_header”, “text_view”, “bold_text_view”, “completed_item”, “ehr_action_item”, “ehr_bold_text_view”, “ehr_header_generic”, “ehr_text_view”, “table_item”, “escalate_header”, “two_button_view”, “role_info”, “button_view”

@property (nullable, nonatomic, retain) NSObject *data

Discussion

Component dictionary will also contain information about the configuration of the views.

Declared In

TTEHREvent.h

  organizationToken

Token of the organization in which the EHR event exists.

@property (nullable, nonatomic, copy) NSString *organizationToken

Declared In

TTEHREvent.h

  type

If type is equal to kTTKitFeatureServicePatientCareKey, then the associated message’s type is set to TTMessageTypePatientCare

@property (nullable, nonatomic, copy) NSString *type

Declared In

TTEHREvent.h

  message

The message that contains this EHR event.

@property (nullable, nonatomic, retain) TTMessage *message

Declared In

TTEHREvent.h

  ehrMeasurements

A set of lab result measurements.

@property (nullable, nonatomic, retain) NSSet<TTEHRMeasurement*> *ehrMeasurements

Declared In

TTEHREvent.h