POST PlanCare2Api/MedicalBarthelIndex/Update
Update MedicalBarthelIndex.
Relation(s) must be of the following type: Client
Requires 'Edit' permission for function MedicalBarthelIndex {77800AE9-2567-4931-AC77-ED41328172F9}
Request Information
URI Parameters
None.
Body Parameters
MedicalBarthelIndex.
MedicalBarthelIndex| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeBathId |
Id of MedicalCodeBath (MedicalCodeListType.BarthelIndexBath). |
globally unique identifier |
None |
| MedicalCodeClimbId |
Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb). |
globally unique identifier |
None |
| MedicalCodeDressId |
Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress). |
globally unique identifier |
None |
| MedicalCodeFecalId |
Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal). |
globally unique identifier |
None |
| MedicalCodeFeedId |
Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed). |
globally unique identifier |
None |
| MedicalCodeGroomId |
Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom). |
globally unique identifier |
None |
| MedicalCodeMobilityId |
Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility). |
globally unique identifier |
None |
| MedicalCodeToiletId |
Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet). |
globally unique identifier |
None |
| MedicalCodeTransferId |
Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers). |
globally unique identifier |
None |
| MedicalCodeUrineId |
Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine). |
globally unique identifier |
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
{
"MedicalCodeBathId": "5d4d8b60-3bcd-43d2-b477-97e5e703d4a3",
"MedicalCodeClimbId": "2d9b7d5e-5fbc-40de-b342-e947fe7a0d4f",
"MedicalCodeDressId": "ed8ac034-ede4-4cda-aeba-1245f7d490a4",
"MedicalCodeFecalId": "170496f7-0250-4c9b-9912-f2b8e06cf587",
"MedicalCodeFeedId": "3d4e0543-6d65-4239-9db4-1a181f8ee1c3",
"MedicalCodeGroomId": "abb8f12b-f7c2-4ffe-89a7-e6570c78f8f6",
"MedicalCodeMobilityId": "bf4a919b-ee05-40cb-80c8-ff9fc8f69f6d",
"MedicalCodeToiletId": "af2cc1c9-49a6-4f5c-acb4-227427319111",
"MedicalCodeTransferId": "fe7827dc-f20b-4dff-9557-717ba3476398",
"MedicalCodeUrineId": "f4b2ef56-8860-4897-8ec2-b43529478e3f",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T22:09:32.8593445+02:00",
"Source": "sample string 14"
}
application/xml, text/xml
<MedicalBarthelIndex xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>11</Id> <RegistrationDateTime>2026-05-26T22:09:32.8593445+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>5d4d8b60-3bcd-43d2-b477-97e5e703d4a3</MedicalCodeBathId> <MedicalCodeClimbId>2d9b7d5e-5fbc-40de-b342-e947fe7a0d4f</MedicalCodeClimbId> <MedicalCodeDressId>ed8ac034-ede4-4cda-aeba-1245f7d490a4</MedicalCodeDressId> <MedicalCodeFecalId>170496f7-0250-4c9b-9912-f2b8e06cf587</MedicalCodeFecalId> <MedicalCodeFeedId>3d4e0543-6d65-4239-9db4-1a181f8ee1c3</MedicalCodeFeedId> <MedicalCodeGroomId>abb8f12b-f7c2-4ffe-89a7-e6570c78f8f6</MedicalCodeGroomId> <MedicalCodeMobilityId>bf4a919b-ee05-40cb-80c8-ff9fc8f69f6d</MedicalCodeMobilityId> <MedicalCodeToiletId>af2cc1c9-49a6-4f5c-acb4-227427319111</MedicalCodeToiletId> <MedicalCodeTransferId>fe7827dc-f20b-4dff-9557-717ba3476398</MedicalCodeTransferId> <MedicalCodeUrineId>f4b2ef56-8860-4897-8ec2-b43529478e3f</MedicalCodeUrineId> </MedicalBarthelIndex>
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 |