fin exercice 2
This commit is contained in:
parent
28fed24d12
commit
55945208f6
1 changed files with 32 additions and 0 deletions
|
@ -20,3 +20,35 @@ Retour d'erreur, refuse la lecture
|
|||
### Question f
|
||||
Identification de la zone, décodage, affichage, gestion d'erreur
|
||||
|
||||
## Exercice 2
|
||||
Scénario
|
||||
|
||||
### Question a, b
|
||||
- Patient
|
||||
+ Nom
|
||||
+ Prénom
|
||||
+ Âge
|
||||
+ Adresse
|
||||
+ N° Sécu
|
||||
- Dossier médical
|
||||
- Consultation
|
||||
+ Date
|
||||
+ Heure
|
||||
+ Présence patient
|
||||
+ Prescription
|
||||
+ Hospitalisation
|
||||
- Médecin
|
||||
- Infirmière
|
||||
- Opératrice
|
||||
- Examen
|
||||
+ Intitulé
|
||||
+ Date
|
||||
+ Heure
|
||||
- Lit
|
||||
|
||||
### Question c
|
||||
Créer un dossier médical, un patient, une consultation.
|
||||
Réalisation examen
|
||||
|
||||
### Question d
|
||||
Obtenir un rendez-vous, valider une consultation, admission patient
|
||||
|
|
Loading…
Reference in a new issue