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": "1c8bd616-0d8b-429b-a26b-307b1e5d8f72",
"MedicalCodeClimbId": "e02f0456-75d0-4372-a43f-b0c598fc8315",
"MedicalCodeDressId": "12eaeef3-f69a-4235-9260-b6e0d5ef7d89",
"MedicalCodeFecalId": "e8c03785-8817-414e-b89a-85fe835d9af0",
"MedicalCodeFeedId": "d877cd9d-fc17-40cc-a4a5-7e39fc069ff9",
"MedicalCodeGroomId": "ffd112f4-b55e-4577-a209-4b266d6d079c",
"MedicalCodeMobilityId": "d692bd3d-93e5-4ce7-9166-d4b433716df4",
"MedicalCodeToiletId": "8f34089d-cc9c-4d37-ad0d-d5b93ce614ef",
"MedicalCodeTransferId": "89897919-aaa8-437d-be18-6368e8bd95c9",
"MedicalCodeUrineId": "a5288056-39b9-42d5-94ad-6bb660330ee8",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-06-10T12:11:04.3865901+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-06-10T12:11:04.3865901+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>1c8bd616-0d8b-429b-a26b-307b1e5d8f72</MedicalCodeBathId> <MedicalCodeClimbId>e02f0456-75d0-4372-a43f-b0c598fc8315</MedicalCodeClimbId> <MedicalCodeDressId>12eaeef3-f69a-4235-9260-b6e0d5ef7d89</MedicalCodeDressId> <MedicalCodeFecalId>e8c03785-8817-414e-b89a-85fe835d9af0</MedicalCodeFecalId> <MedicalCodeFeedId>d877cd9d-fc17-40cc-a4a5-7e39fc069ff9</MedicalCodeFeedId> <MedicalCodeGroomId>ffd112f4-b55e-4577-a209-4b266d6d079c</MedicalCodeGroomId> <MedicalCodeMobilityId>d692bd3d-93e5-4ce7-9166-d4b433716df4</MedicalCodeMobilityId> <MedicalCodeToiletId>8f34089d-cc9c-4d37-ad0d-d5b93ce614ef</MedicalCodeToiletId> <MedicalCodeTransferId>89897919-aaa8-437d-be18-6368e8bd95c9</MedicalCodeTransferId> <MedicalCodeUrineId>a5288056-39b9-42d5-94ad-6bb660330ee8</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 |