A Hospital Structured Scheduling System
A structured, hospital technology, applied in the medical market application field, which can solve problems such as intricate nursing scheduling
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0063] 1. According to the National Health and Family Planning Commission's post implementation rules, analyze the hospital's nursing shifts, establish a nursing department post system and nursing department shifts, and distribute them to various departments;
[0064] 2. Establish departmental group scheduling rules, individual scheduling group rules and fixed shift rules;
[0065] 3. Establish the personnel rotation rules of the Nursing Department, and design from the aspects of indirect transfer and direct transfer;
[0066] 4. Establish the initial value of fixed holidays and differential working hours, and realize the system's automatic shift calculation.
[0067] with code
[0068] CREATE OR REPLACE PROCEDURE PRO_YC9_JB
[0069] (I_DEPTID IN VARCHAR2,
[0070] I_STARTDATE IN DATE,
[0071] I_ENDDATE IN DATE,
[0072] I_EMP_ID IN VARCHAR2
[0073] ) IS
[0074] V_DB NUMBER(9);
[0075] BEGIN
[0076] SELECT COUNT(*)
[0077] INTO V_DB
[0078] FROM BA_PERSONNELA...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


