GET PlanCare2Api/MedicalBloodPressure/ActualValue?relationId={relationId}
Gets the actual MedicalBloodPressureSummary of the specified relation.
Relation(s) must be of the following type: Client
Requires 'Read' permission for function MedicalBloodPressure {4D31A282-1816-486C-8525-3F9D14BB6445}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| relationId |
The id of the relation. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Actual MedicalBloodPressureSummary.
MedicalBloodPressureSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Systolic |
Systolic. |
integer |
None |
| Diastolic |
Diastolic. |
integer |
None |
| MedicalCodeMeasurementMethodDescription |
Description of MedicalCodeMeasurementMethod. |
string |
None |
| MedicalCodeCuffTypeDescription |
Description of MedicalCodeCuffType. |
string |
None |
| MedicalCodeMeasurementLocationDescription |
Description of MedicalCodeMeasurementLocation. |
string |
None |
| MedicalCodeDiastolicEndpointDescription |
Description of MedicalCodeDiastolicEndpoint. |
string |
None |
| MedicalCodeContextPositionDescription |
Description of MedicalCodeContextPosition. |
string |
None |
| Remarks |
Remarks. |
string |
None |
| Id |
Id of the registration. |
integer |
None |
| RegistrationDateTime |
DateTime of measurement. |
date |
None |
| Source |
Source of registration (example: name of the questionnaire). |
string |
None |
| ChangedOn |
DateTime when registration is last changed (read-only). |
date |
None |
| ChangedByRelationLookupName |
LookupName of the relation who made the change (read-only). |
string |
None |
| TextValue |
The compound value of the registration (read-only). |
string |
None |
Response Formats
application/json, text/json
{
"Systolic": 1,
"Diastolic": 2,
"MedicalCodeMeasurementMethodDescription": "sample string 3",
"MedicalCodeCuffTypeDescription": "sample string 4",
"MedicalCodeMeasurementLocationDescription": "sample string 5",
"MedicalCodeDiastolicEndpointDescription": "sample string 6",
"MedicalCodeContextPositionDescription": "sample string 7",
"Remarks": "sample string 8",
"Id": 9,
"RegistrationDateTime": "2026-05-26T22:10:33.8701063+02:00",
"Source": "sample string 11",
"ChangedOn": "2026-05-26T22:10:33.8701063+02:00",
"ChangedByRelationLookupName": "sample string 13",
"TextValue": "sample string 14"
}
application/xml, text/xml
<MedicalBloodPressureSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <ChangedByRelationLookupName>sample string 13</ChangedByRelationLookupName> <ChangedOn>2026-05-26T22:10:33.8701063+02:00</ChangedOn> <Id>9</Id> <RegistrationDateTime>2026-05-26T22:10:33.8701063+02:00</RegistrationDateTime> <Source>sample string 11</Source> <TextValue>sample string 14</TextValue> <Diastolic>2</Diastolic> <MedicalCodeContextPositionDescription>sample string 7</MedicalCodeContextPositionDescription> <MedicalCodeCuffTypeDescription>sample string 4</MedicalCodeCuffTypeDescription> <MedicalCodeDiastolicEndpointDescription>sample string 6</MedicalCodeDiastolicEndpointDescription> <MedicalCodeMeasurementLocationDescription>sample string 5</MedicalCodeMeasurementLocationDescription> <MedicalCodeMeasurementMethodDescription>sample string 3</MedicalCodeMeasurementMethodDescription> <Remarks>sample string 8</Remarks> <Systolic>1</Systolic> </MedicalBloodPressureSummary>