GET PlanCare2Api/CareRegistration/Measurements?bsn={bsn}&from={from}&maxRecordCount={maxRecordCount}

Gets the measurements of the specified client

Requires 'Start' permission for function MeasurementListOverview {8E343A66-EC60-422E-8840-CA101A45FB2B}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bsn

The BSN of the client to obtain the values for

string

Required

from

Only measurements created on or from the specified date are returned

date

Required

maxRecordCount

The maximum number of measurements to return

integer

Required

Body Parameters

None.

Response Information

Resource Description

The list of requested measurements

Collection of Measurement
NameDescriptionTypeAdditional information
PressureHigh

The amount of pressure high

integer

None.

PressureLow

The amount of pressure low

integer

None.

WristValue

The amount of the wrist

integer

None.

WristKind

The frequency of the pulse

string

None.

BreathingValue

The amount of breating

integer

None.

TemperatureValue

The temperature

decimal number

None.

BreathingKindId

References to a Choice of ChoiceType 'METING ADEMHALING'.

integer

None.

BreathingKindValue

The value of the choice for ChoiceType 'METING ADEMHALING'. This property is for reading purposes only.

string

None.

TemperatureCount

integer

None.

TemperatureFrequencyId

References to a Choice of ChoiceType 'METING FREQUENTIE'.

integer

None.

TemperatureFrequencyValue

The value of the choice for ChoiceType 'METING FREQUENTIE'. This property is for reading purposes only.

string

None.

TemperatureLocationId

References to a Choice of ChoiceType 'METING TEMPERATUUR'.

integer

None.

TemperatureLocationValue

The value of the choice for ChoiceType 'METING TEMPERATUUR'. This property is for reading purposes only.

string

None.

WristRegularityId

References to a Choice of ChoiceType 'METING POLS'.

integer

None.

WristRegularityValue

The value of the choice for ChoiceType 'METING POLS'. This property is for reading purposes only.

string

None.

Saturation

The saturation value in percentage. Allowed values 0-100%

byte

None.

Id

The internal id of the registration. Should be 0 for new instance.

integer

Required

EmployeeId

The internal id of the employee who has done the registration. When the EmployeeId is not the same as the logged on employee, then the logged on employee must be authorized in Plancare2 to store information on behalf of the given EmployeeId.

integer

Required

EmployeeName

The name of the employee. This property is for reading purposes only.

string

None.

ClientId

The internal id of the client.

integer

Required

ClientName

The name of the client. This property is for reading purposes only.

string

None.

CreationDate

The date when the registration is created. This property is for reading purposes only.

date

None.

RegistrationDate

The registration date.

date

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "PressureHigh": 1,
    "PressureLow": 1,
    "WristValue": 1,
    "WristKind": "sample string 1",
    "BreathingValue": 1,
    "TemperatureValue": 1.1,
    "BreathingKindId": 1,
    "BreathingKindValue": "sample string 2",
    "TemperatureCount": 1,
    "TemperatureFrequencyId": 1,
    "TemperatureFrequencyValue": "sample string 3",
    "TemperatureLocationId": 1,
    "TemperatureLocationValue": "sample string 4",
    "WristRegularityId": 1,
    "WristRegularityValue": "sample string 5",
    "Saturation": 64,
    "Id": 6,
    "EmployeeId": 7,
    "EmployeeName": "sample string 8",
    "ClientId": 9,
    "ClientName": "sample string 10",
    "CreationDate": "2026-05-26T23:19:48.374743+02:00",
    "RegistrationDate": "2026-05-26T23:19:48.374743+02:00"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMeasurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration">
  <Measurement>
    <ClientId>9</ClientId>
    <ClientName>sample string 10</ClientName>
    <CreationDate>2026-05-26T23:19:48.374743+02:00</CreationDate>
    <EmployeeId>7</EmployeeId>
    <EmployeeName>sample string 8</EmployeeName>
    <Id>6</Id>
    <RegistrationDate>2026-05-26T23:19:48.374743+02:00</RegistrationDate>
    <BreathingKindId>1</BreathingKindId>
    <BreathingKindValue>sample string 2</BreathingKindValue>
    <BreathingValue>1</BreathingValue>
    <PressureHigh>1</PressureHigh>
    <PressureLow>1</PressureLow>
    <Saturation>64</Saturation>
    <TemperatureCount>1</TemperatureCount>
    <TemperatureFrequencyId>1</TemperatureFrequencyId>
    <TemperatureFrequencyValue>sample string 3</TemperatureFrequencyValue>
    <TemperatureLocationId>1</TemperatureLocationId>
    <TemperatureLocationValue>sample string 4</TemperatureLocationValue>
    <TemperatureValue>1.1</TemperatureValue>
    <WristKind>sample string 1</WristKind>
    <WristRegularityId>1</WristRegularityId>
    <WristRegularityValue>sample string 5</WristRegularityValue>
    <WristValue>1</WristValue>
  </Measurement>
  <Measurement>
    <ClientId>9</ClientId>
    <ClientName>sample string 10</ClientName>
    <CreationDate>2026-05-26T23:19:48.374743+02:00</CreationDate>
    <EmployeeId>7</EmployeeId>
    <EmployeeName>sample string 8</EmployeeName>
    <Id>6</Id>
    <RegistrationDate>2026-05-26T23:19:48.374743+02:00</RegistrationDate>
    <BreathingKindId>1</BreathingKindId>
    <BreathingKindValue>sample string 2</BreathingKindValue>
    <BreathingValue>1</BreathingValue>
    <PressureHigh>1</PressureHigh>
    <PressureLow>1</PressureLow>
    <Saturation>64</Saturation>
    <TemperatureCount>1</TemperatureCount>
    <TemperatureFrequencyId>1</TemperatureFrequencyId>
    <TemperatureFrequencyValue>sample string 3</TemperatureFrequencyValue>
    <TemperatureLocationId>1</TemperatureLocationId>
    <TemperatureLocationValue>sample string 4</TemperatureLocationValue>
    <TemperatureValue>1.1</TemperatureValue>
    <WristKind>sample string 1</WristKind>
    <WristRegularityId>1</WristRegularityId>
    <WristRegularityValue>sample string 5</WristRegularityValue>
    <WristValue>1</WristValue>
  </Measurement>
</ArrayOfMeasurement>