ppazos / cabolabs-emrapp

openEHR Electronic Medical Record Application for testing comits and queries to the EHRServer.
5 stars 11 forks source link

checkout should verify if there is an existing session before creating a new one #27

Open ppazos opened 9 years ago

ppazos commented 9 years ago
  1. If there is a session for the patient, without documents, ask the user if he wants to close the current session before checkout.
  2. if there is a session for the patient, with documents, ask the user to close that session by committing the documents (signing) or discard changes from the session.
  3. After there is no existing session for the patient, let the user to create a new one.