Encounter
| Verbo | Nome | Path |
|---|---|---|
| GET | Get All Encounters | /api/encounter/v1/ |
| POST | Create Encounter | /api/encounter/v1/ |
| POST | Attach file to encounter | /api/encounter/v1/attach |
| GET | Get All Health Insurances | /api/encounter/v1/healthInsurance |
| GET | Get All Health Insurances Containing Name | /api/encounter/v1/healthInsurance/containingName |
| GET | Get All Encounters By Inpatient Unit's | /api/encounter/v1/inpatient-units |
| POST | Create urgent Encounter | /api/encounter/v1/urgent |
| GET | Get Encounter | /api/encounter/v1/{id} |
| DELETE | Delete Encounter | /api/encounter/v1/{id} |
Updated 3 days ago