POST PlanCare2Api/CareRegistration/Measurements/ChangeOfMeasurements

Saves a new change of measurement instance

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

Request Information

URI Parameters

None.

Body Parameters

The measurement instance that is being added

ChangeOfMeasurement
Name Description Type Additional information
PressureHigh

The amount of pressure high

integer

Nullable

PressureLow

The amount of pressure low

integer

Nullable

WristValue

The amount of the wrist

integer

Nullable

WristKind

The frequency of the pulse

string

-

BreathingValue

The amount of breathing

integer

Nullable

TemperatureValue

The temperature

decimal number

Nullable

BreathingKindId

References to a Choice of ChoiceType 'METING ADEMHALING'.

integer

Nullable

BreathingKindValue

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

string

-

TemperatureCount

integer

Nullable

TemperatureFrequencyId

References to a Choice of ChoiceType 'METING FREQUENTIE'.

integer

Nullable

TemperatureFrequencyValue

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

string

-

TemperatureLocationId

References to a Choice of ChoiceType 'METING TEMPERATUUR'.

integer

Nullable

TemperatureLocationValue

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

string

-

WristRegularityId

References to a Choice of ChoiceType 'METING POLS'.

integer

Nullable

WristRegularityValue

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

string

-

Saturation

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

byte

Nullable

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

-

ClientId

The internal id of the client.

integer

Required

ClientName

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

string

-

CreationDate

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

date

-

RegistrationDate

The registration date.

date

Required

Request Formats

application/json, text/json

Sample:
{
  "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:13:13.696969+02:00",
  "RegistrationDate": "2026-05-26T23:13:13.696969+02:00"
}

application/xml, text/xml

Sample:
<ChangeOfMeasurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.CareRegistration">
  <ClientId>9</ClientId>
  <ClientName>sample string 10</ClientName>
  <CreationDate>2026-05-26T23:13:13.696969+02:00</CreationDate>
  <EmployeeId>7</EmployeeId>
  <EmployeeName>sample string 8</EmployeeName>
  <Id>6</Id>
  <RegistrationDate>2026-05-26T23:13:13.696969+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>
</ChangeOfMeasurement>

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

-