|
Medial Code Documentation
|
Public Member Functions | |
| int | get_patient_id () |
| long long | get_timestamp () |
| int | get_n_scores () |
| AMScore * | get_am_score (int idx) |
| int | get_score (int idx, float *_score, char **_score_type) |
| int | get_ext_score (int idx, char **_ext_score, char **_score_type) |
| AMMessages * | get_score_msgs (int idx) |
| AMMessages * | get_msgs () |
| void | set_patient_id (int _patient_id) |
| void | set_timestamp (long long _timestamp) |
| void | set_score (int idx, float _score, char *_score_type, const string &_ext_score) |
| void | init_scores (int size) |
| void | clear () |
| int | get_patient_id () |
| long long | get_timestamp () |
| int | get_n_scores () |
| AMScore * | get_am_score (int idx) |
| int | get_score (int idx, float *_score, char **_score_type) |
| AMMessages * | get_score_msgs (int idx) |
| AMMessages * | get_msgs () |
| void | set_patient_id (int _patient_id) |
| void | set_timestamp (long long _timestamp) |
| void | set_score (int idx, float _score, char *_score_type) |
| void | init_scores (int size) |
| void | clear () |
Data Fields | |
| vector< string > | verificationConfig |
| map< string, int > | scoresIndexs |
| int | need_to_update_scoreTypes = 0 |