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": "92bfb134-5424-469e-8a23-0e3ad38c0bc1",
"MedicalCodeClimbId": "60aa3be4-3272-4ed2-b4c4-eee075387558",
"MedicalCodeDressId": "e41f01ee-5d89-4be7-9db9-224618c05928",
"MedicalCodeFecalId": "2a567ac0-29b3-4641-bcd5-ece07f7380fd",
"MedicalCodeFeedId": "15d41bdf-d561-4f16-b311-8aa1d9c664e6",
"MedicalCodeGroomId": "7e5d4037-93ad-42b5-b474-0e6282c0bbc2",
"MedicalCodeMobilityId": "42138a68-93f6-4c32-9d4a-7dd51bee12c9",
"MedicalCodeToiletId": "8222c59d-387e-494e-9b84-b93eadecc012",
"MedicalCodeTransferId": "93d0224e-064c-42a6-8c67-e530cea46f5b",
"MedicalCodeUrineId": "96fc908b-7155-4ed4-8428-cf86079451f0",
"Id": 11,
"RelationId": 12,
"RegistrationDateTime": "2026-05-26T21:11:51.8360733+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-26T21:11:51.8360733+02:00</RegistrationDateTime> <RelationId>12</RelationId> <Source>sample string 14</Source> <MedicalCodeBathId>92bfb134-5424-469e-8a23-0e3ad38c0bc1</MedicalCodeBathId> <MedicalCodeClimbId>60aa3be4-3272-4ed2-b4c4-eee075387558</MedicalCodeClimbId> <MedicalCodeDressId>e41f01ee-5d89-4be7-9db9-224618c05928</MedicalCodeDressId> <MedicalCodeFecalId>2a567ac0-29b3-4641-bcd5-ece07f7380fd</MedicalCodeFecalId> <MedicalCodeFeedId>15d41bdf-d561-4f16-b311-8aa1d9c664e6</MedicalCodeFeedId> <MedicalCodeGroomId>7e5d4037-93ad-42b5-b474-0e6282c0bbc2</MedicalCodeGroomId> <MedicalCodeMobilityId>42138a68-93f6-4c32-9d4a-7dd51bee12c9</MedicalCodeMobilityId> <MedicalCodeToiletId>8222c59d-387e-494e-9b84-b93eadecc012</MedicalCodeToiletId> <MedicalCodeTransferId>93d0224e-064c-42a6-8c67-e530cea46f5b</MedicalCodeTransferId> <MedicalCodeUrineId>96fc908b-7155-4ed4-8428-cf86079451f0</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 |