POST PlanCare2Api/MedicalBloodPressure/Update

Update MedicalBloodPressure.

Relation(s) can be of the following types: Client, Prospect

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

-

Diastolic

Diastolic.

integer

-

MedicalCodeMeasurementMethodId

Id of MedicalCodeMeasurementMethod (MedicalCodeListType.BloodPressureMeasurementMethod).

globally unique identifier

Nullable

MedicalCodeCuffTypeId

Id of MedicalCodeCuffType (MedicalCodeListType.BloodPressureCuffType).

globally unique identifier

Nullable

MedicalCodeMeasurementLocationId

Id of MedicalCodeMeasurementLocation (MedicalCodeListType.BloodPressureMeasurementLocation).

globally unique identifier

Nullable

MedicalCodeDiastolicEndpointId

Id of MedicalCodeDiastolicEndpoint (MedicalCodeListType.BloodPressureDiastolicEndpoint).

globally unique identifier

Nullable

MedicalCodeContextPositionId

Id of MedicalCodeContextPosition (MedicalCodeListType.BloodPressureContextPosition).

globally unique identifier

Nullable

Remarks

Remarks.

string

-

Id

Id of the registration.

integer

-

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

-

Request Formats

application/json, text/json

Sample:
{
  "Systolic": 1,
  "Diastolic": 2,
  "MedicalCodeMeasurementMethodId": "f677b99b-23f7-46e4-a32b-d261db4d5f6d",
  "MedicalCodeCuffTypeId": "e7678d8f-4222-4b8c-b483-0b73f73de83b",
  "MedicalCodeMeasurementLocationId": "8e24a663-e82f-4fd0-b599-79d30a4565fe",
  "MedicalCodeDiastolicEndpointId": "19ee3548-2337-4e4c-89a8-1d1318ad2088",
  "MedicalCodeContextPositionId": "bd6aecfb-695f-4f08-9ac0-529827129c87",
  "Remarks": "sample string 3",
  "Id": 4,
  "RelationId": 5,
  "RegistrationDateTime": "2026-05-26T22:08:16.3615337+02:00",
  "Source": "sample string 7"
}

application/xml, text/xml

Sample:
<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-26T22:08:16.3615337+02:00</RegistrationDateTime>
  <RelationId>5</RelationId>
  <Source>sample string 7</Source>
  <Diastolic>2</Diastolic>
  <MedicalCodeContextPositionId>bd6aecfb-695f-4f08-9ac0-529827129c87</MedicalCodeContextPositionId>
  <MedicalCodeCuffTypeId>e7678d8f-4222-4b8c-b483-0b73f73de83b</MedicalCodeCuffTypeId>
  <MedicalCodeDiastolicEndpointId>19ee3548-2337-4e4c-89a8-1d1318ad2088</MedicalCodeDiastolicEndpointId>
  <MedicalCodeMeasurementLocationId>8e24a663-e82f-4fd0-b599-79d30a4565fe</MedicalCodeMeasurementLocationId>
  <MedicalCodeMeasurementMethodId>f677b99b-23f7-46e4-a32b-d261db4d5f6d</MedicalCodeMeasurementMethodId>
  <Remarks>sample string 3</Remarks>
  <Systolic>1</Systolic>
</MedicalBloodPressure>

Response Information

Resource Description

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-