POST PlanCare2Api/MedicalOxygenSaturation
Insert MedicalOxygenSaturation.
Relation(s) must be of the following type: Client
Requires 'Insert' permission for function MedicalOxygenSaturation {97051EB2-B01F-4DFC-99B7-64D636E1A36A}
Request Information
URI Parameters
None.
Body Parameters
MedicalOxygenSaturation.
MedicalOxygenSaturation| Name | Description | Type | Additional information |
|---|---|---|---|
| SpO2 |
SpO2. |
integer |
None |
| ExtraOxygenAdministration |
ExtraOxygenAdministration. |
boolean |
None |
| Remarks |
Remarks. |
string |
None |
| Id |
Id of the registration. |
integer |
None |
| 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 |
None |
Request Formats
application/json, text/json
Sample:
{
"SpO2": 1,
"ExtraOxygenAdministration": true,
"Remarks": "sample string 3",
"Id": 4,
"RelationId": 5,
"RegistrationDateTime": "2026-05-26T22:09:40.8291023+02:00",
"Source": "sample string 7"
}
application/xml, text/xml
Sample:
<MedicalOxygenSaturation 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:09:40.8291023+02:00</RegistrationDateTime> <RelationId>5</RelationId> <Source>sample string 7</Source> <ExtraOxygenAdministration>true</ExtraOxygenAdministration> <Remarks>sample string 3</Remarks> <SpO2>1</SpO2> </MedicalOxygenSaturation>
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 |