A window that displays a list of medical records for a patient.
More...
|
| void | SetRecordList (List< Record > records) |
| | Sets the list of medical records to be displayed in the window.
|
| |
| void | FlashAnim (string itemsString) |
| | Flashes the animation for the specified medical records.
|
| |
A window that displays a list of medical records for a patient.
◆ FlashAnim()
| void FMAR.UI.Widgets.EMS.PatientInfo.MedicalRecordsWindow.FlashAnim |
( |
string | itemsString | ) |
|
|
inline |
Flashes the animation for the specified medical records.
- Parameters
-
| itemsString | A comma-separated string of medical record indices to flash. |
◆ SetRecordList()
| void FMAR.UI.Widgets.EMS.PatientInfo.MedicalRecordsWindow.SetRecordList |
( |
List< Record > | records | ) |
|
|
inline |
Sets the list of medical records to be displayed in the window.
- Parameters
-
| records | A list of medical records to be displayed. |
The documentation for this class was generated from the following file: