|
Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
|
#import <IndivoMedication+Report.h>
Instance Methods | |
| (NSString *) | - displayName |
| Tries to find the best name to display. More... | |
| (void) | - loadPillImageBypassingCache:callback: |
| This method tries to load an image of the medication, caching it automatically (once implemented) More... | |
| (UIImage *) | - pillImage |
| - (NSString *) displayName |
Tries to find the best name to display.
Extends class IndivoMedication.
| - (void) loadPillImageBypassingCache: | (BOOL) | bypass | |
| callback: | (INCancelErrorBlock) | callback | |
This method tries to load an image of the medication, caching it automatically (once implemented)
Extends class IndivoMedication.
| - (UIImage *) pillImage |
Extends class IndivoMedication.
1.8.3.1