POST PlanCare2Api/MedicalBloodPressure/Update
Update MedicalBloodPressure.
Relation(s) must be of the following type: Client
Requires 'Edit' permission for function MedicalBloodPressure {4D31A282-1816-486C-8525-3F9D14BB6445}
Request Information
URI Parameters
None.
Body Parameters
MedicalBloodPressure.
MedicalBloodPressure| Name | Description | Type | Additional information |
|---|---|---|---|
| Systolic |
Systolic. |
integer |
None |
| Diastolic |
Diastolic. |
integer |
None |
| MedicalCodeMeasurementMethodId |
Id of MedicalCodeMeasurementMethod (MedicalCodeListType.BloodPressureMeasurementMethod). |
globally unique identifier |
None |
| MedicalCodeCuffTypeId |
Id of MedicalCodeCuffType (MedicalCodeListType.BloodPressureCuffType). |
globally unique identifier |
None |
| MedicalCodeMeasurementLocationId |
Id of MedicalCodeMeasurementLocation (MedicalCodeListType.BloodPressureMeasurementLocation). |
globally unique identifier |
None |
| MedicalCodeDiastolicEndpointId |
Id of MedicalCodeDiastolicEndpoint (MedicalCodeListType.BloodPressureDiastolicEndpoint). |
globally unique identifier |
None |
| MedicalCodeContextPositionId |
Id of MedicalCodeContextPosition (MedicalCodeListType.BloodPressureContextPosition). |
globally unique identifier |
None |
| Remarks |
Remarks. |
string |
None |
| Id |
Id of the registration. |
integer |
None |
| RelationId |
Id of the relation which the registration belongs to. |
integer |
Required |
| RegistrationDateTime |
DateTime of measurement. |
date |
Required |
| Source |
Source of registration (example: name of the questionnaire). |
string |
None |
Request Formats
application/json, text/json
{
"Systolic": 1,
"Diastolic": 2,
"MedicalCodeMeasurementMethodId": "1b219ad3-f19f-4ad4-87e4-f2c71f293afa",
"MedicalCodeCuffTypeId": "8fefc184-83fa-4588-8f2b-6c82a53f2d8e",
"MedicalCodeMeasurementLocationId": "c309c202-2342-49c4-a615-071e8728b5d4",
"MedicalCodeDiastolicEndpointId": "9e8f3e78-2428-4470-95de-fdf675ae5c39",
"MedicalCodeContextPositionId": "ccc30d14-0eb6-4b7c-8c1c-7c2f20dbdfd4",
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-05-26T21:10:40.0646724+02:00",
"Source": "sample string 7"
}
application/xml, text/xml
<MedicalBloodPressure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>4</Id> <RegistrationDateTime>2026-05-26T21:10:40.0646724+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <Diastolic>2</Diastolic> <MedicalCodeContextPositionId>ccc30d14-0eb6-4b7c-8c1c-7c2f20dbdfd4</MedicalCodeContextPositionId> <MedicalCodeCuffTypeId>8fefc184-83fa-4588-8f2b-6c82a53f2d8e</MedicalCodeCuffTypeId> <MedicalCodeDiastolicEndpointId>9e8f3e78-2428-4470-95de-fdf675ae5c39</MedicalCodeDiastolicEndpointId> <MedicalCodeMeasurementLocationId>c309c202-2342-49c4-a615-071e8728b5d4</MedicalCodeMeasurementLocationId> <MedicalCodeMeasurementMethodId>1b219ad3-f19f-4ad4-87e4-f2c71f293afa</MedicalCodeMeasurementMethodId> <Remarks>sample string 3</Remarks> <Systolic>1</Systolic> </MedicalBloodPressure>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |