메소드 | 설명 | |
---|---|---|
getElementForLatestEventInEpisode ( Episode $episode, string $element ) : unknown | gets the element of type $element for the given patient in the given episode. | |
getEventsInEpisode ( Patient $patient, Episode $episode ) : array | gets all the events in the episode for the event type this API is for, for the given patient, most recent first. | |
getMostRecentElementInEpisode ( $episode_id, $event_type_id, $model, string $before_date = '' ) : boolean | gets the most recent instance of a specific element in the current episode | |
getMostRecentEventInEpisode ( $episode_id, $event_type_id ) |
메소드 | 설명 | |
---|---|---|
getEventType ( ) : EventType | gets the event type for the api instance. | |
getModuleClass ( ) : mixed | Returns the non-namespaced module class of the module API Instance. |
public getElementForLatestEventInEpisode ( Episode $episode, string $element ) : unknown | ||
$episode | Episode | - the episode |
$element | string | - the element class |
리턴 | unknown | - the element type requested, or null |
protected getEventType ( ) : EventType | ||
리턴 | EventType | $event_type |
public getEventsInEpisode ( Patient $patient, Episode $episode ) : array | ||
$patient | Patient | - the patient |
$episode | Episode | - the episode |
리턴 | array | - list of events of the type for this API instance |
protected getModuleClass ( ) : mixed | ||
리턴 | mixed |
public getMostRecentElementInEpisode ( $episode_id, $event_type_id, $model, string $before_date = '' ) : boolean | ||
$episode_id | ||
$event_type_id | ||
$model | ||
$before_date | string | |
리턴 | boolean |
public getMostRecentEventInEpisode ( $episode_id, $event_type_id ) |