1 / 1

BaMU state machine APIs

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 //

idra
Download Presentation

BaMU state machine APIs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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();

More Related