10 likes | 77 Views
BaMU state machine APIs. // // Called by RK to return Initial data of current nurse // BAMU_SM_API BOOL EndGetInit Data ( void* MUMS A ppearance , PLIST_ENTRY CurrentPatientList ); // // Called by WTM to return ready prescriptions of the specified patient //
E N D
BaMU state machine APIs // // Called by RK to return Initial data of current nurse // BAMU_SM_API BOOL EndGetInitData( void* MUMSAppearance, PLIST_ENTRY CurrentPatientList); // // Called by WTM to return ready prescriptions of the specified patient // BAMU_SM_API EndGetReadyPrescriptions(PLIST_ENTRY ReadyPrescriptions); // // Called by MLIM to return the LEDcolor and locations of specified prescriptions // BAMU_SM_API EndGetPrescriptionLocations(intLEDColor, PLIST_ENTRY PrescriptionLocations) // // Called by MLIM to notify state machine that the drawer has been closed // BAMU_SM_API EndOpenDrawer();