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: -
heartRateproperty -
systolicPressureproperty -
diastolicPressureproperty
Other Methods
Properties
diastolicPressure
Diastolic pressure for the currently authenticated user.
@property (nonatomic, strong) NSNumber *diastolicPressureDiscussion
Diastolic pressure for the currently authenticated user.
Declared In
UPCardiacEventAPI.hClass 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 *)imageParameters
- 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.heventWithTitle: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 *)imageURLParameters
- 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