...
| Send | Retrieve |
|---|---|
| UpdateRegisteredPatientRequest | UpdateRegisteredPatientRequestRetrieve |
|
|
Same payload as UpdatePatientRequest (/api/v2/patients). Additional fields to be considered (checked items have been added to Swagger:
| Description | Name | Type | Comment |
|---|---|---|---|
| patientId | string nullable: false | |
| regSend | string nullable: false | Retrieve message only |
| regReceive | string nullable: false | |
| firstName | string nullable: true | |
| lastName | string nullable: true |
...