Project

General

Profile

Feature #1026

Updated by Vladimir Krisyuk almost 6 years ago

h2. User should be able to add new Patient on the New Visit page. 

 *“Add new” button:* 
 * Click/touch on the button should open the dialog box “Add new Patient”, where user adds the new Patient data:  
 # First,  
 # Last name,  
 # date of Birth. 
 # Gender 
 # PID - some ID that Client uses internaly. 

 * When user clicks on “Add” button in the dialog box,    the app. should send the request to MDL server to create a new Patient,  
   -- on positive response from the server (user is added) the new Patient should be displayed in the section (same as when we choose the Patient from the Search results.) 
  -- on negative result from the server, show the error message from the server.  
    if the error message that the Patient is already exists:  
           Then show the message “This user is already exist i DB” [Select] [No]. On [Select]    - app. Should add use the existing Patient, add to the section.  

 * Adding the Patient should enable the [Save visit] button  

 -------------------------------------- 
 mockups: 
 * 12.New visit 
 * 15.New visit - add new Patient 

Back