UPCardiacEvent Class Reference
Inherits from | UPGenericEvent : UPBaseEvent : NSObject |
Declared in | UPCardiacEventAPI.h UPCardiacEventAPI.m |
Tasks
Other Methods
-
+ eventWithTitle:heartRate:systolicPressure:diastolicPressure:note:image:
-
+ eventWithTitle:heartRate:systolicPressure:diastolicPressure:note:imageURL:
-
heartRate
property -
systolicPressure
property -
diastolicPressure
property
Other Methods
Properties
diastolicPressure
Diastolic pressure for the currently authenticated user.
@property (nonatomic, strong) NSNumber *diastolicPressure
Discussion
Diastolic pressure for the currently authenticated user.
Declared In
UPCardiacEventAPI.h
Class Methods
eventWithTitle:heartRate:systolicPressure:diastolicPressure:note:image:
Create a new cardiac event with supplied parameters for the currently authenticated user.
+ (UPCardiacEvent *)eventWithTitle:(NSString *)title heartRate:(NSNumber *)heartRate systolicPressure:(NSNumber *)systolicPressure diastolicPressure:(NSNumber *)diastolicPressure note:(NSString *)note image:(UPImage *)image
Parameters
- title
Title for the new event.
- heartRate
Heart rate.
- systolicPressure
Systolic pressure.
- diastolicPressure
Diastolic pressure.
- image
Associated image.
Discussion
Create a new cardiac event with supplied parameters for the currently authenticated user.
Declared In
UPCardiacEventAPI.h
eventWithTitle:heartRate:systolicPressure:diastolicPressure:note:imageURL:
Create a new cardiac event with supplied parameters for the currently authenticated user.
+ (UPCardiacEvent *)eventWithTitle:(NSString *)title heartRate:(NSNumber *)heartRate systolicPressure:(NSNumber *)systolicPressure diastolicPressure:(NSNumber *)diastolicPressure note:(NSString *)note imageURL:(NSString *)imageURL
Parameters
- title
Title for the new event.
- heartRate
Heart rate.
- systolicPressure
Systolic pressure.
- diastolicPressure
Diastolic pressure.
- imageURL
The URL for the associated image.
Discussion
Create a new cardiac event with supplied parameters for the currently authenticated user.
Declared In
UPCardiacEventAPI.h