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 |
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 breathing |
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 |
Request Formats
application/json, text/json, application/xml, text/xml
Sample not available.
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 |