CombiRWTH / medical-staff-assessment

Webapp for assessing medical staff according to the German "Pflegepersonalbemessungsverordnung"
3 stars 2 forks source link

Patient's list #81

Closed tsvetinaangelova12 closed 2 days ago

tsvetinaangelova12 commented 4 days ago

Endpoint for the patient's list

benCoder01 commented 3 days ago

Following format is required:

[
   {
      "id":"int",
      "name":"string",
      "lastClassification":"Date",  // Optional, Random Values possible
      "currentBed": "string" // Optional, Random Values possible
   }
]