POST PlanCare2Api/MedicalBarthelIndex/Update

Update MedicalBarthelIndex.

Relation(s) can be of the following types: Client, Prospect

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

-

MedicalCodeClimbId

Id of MedicalCodeClimb (MedicalCodeListType.BarthelIndexClimb).

globally unique identifier

-

MedicalCodeDressId

Id of MedicalCodeDress (MedicalCodeListType.BarthelIndexDress).

globally unique identifier

-

MedicalCodeFecalId

Id of MedicalCodeFecal (MedicalCodeListType.BarthelIndexFecal).

globally unique identifier

-

MedicalCodeFeedId

Id of MedicalCodeFeed (MedicalCodeListType.BarthelIndexFeed).

globally unique identifier

-

MedicalCodeGroomId

Id of MedicalCodeGroom (MedicalCodeListType.BarthelIndexGroom).

globally unique identifier

-

MedicalCodeMobilityId

Id of MedicalCodeMobility (MedicalCodeListType.BarthelIndexMobility).

globally unique identifier

-

MedicalCodeToiletId

Id of MedicalCodeToilet (MedicalCodeListType.BarthelIndexToilet).

globally unique identifier

-

MedicalCodeTransferId

Id of MedicalCodeTransfer (MedicalCodeListType.BarthelIndexTransfers).

globally unique identifier

-

MedicalCodeUrineId

Id of MedicalCodeUrine (MedicalCodeListType.BarthelIndexUrine).

globally unique identifier

-

Id

Id of the registration.

integer

-

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

-

Request Formats

application/json, text/json

Sample:
{
  "MedicalCodeBathId": "4b4063c9-cd40-4e8d-8a91-e5ad784538f4",
  "MedicalCodeClimbId": "a63d1a4e-4206-484f-9078-31e272dc4516",
  "MedicalCodeDressId": "4b4946d5-11be-492c-b79d-3cfb68aad261",
  "MedicalCodeFecalId": "af00bc1e-4b2d-4c35-8721-e4fb73816cf0",
  "MedicalCodeFeedId": "7d47326e-106f-461e-a407-c9bec8580029",
  "MedicalCodeGroomId": "9e1776d5-b298-4054-b828-b6306f01339a",
  "MedicalCodeMobilityId": "300fa79b-bc11-42d0-a202-6d36f1bb21ac",
  "MedicalCodeToiletId": "253e8ad6-9413-49c9-9681-989b7c9c24bd",
  "MedicalCodeTransferId": "ba09b6b3-4767-48eb-a1ce-01d747e80cc2",
  "MedicalCodeUrineId": "b193f6a5-9430-4bf0-85c6-54ca7093d9be",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-06-10T12:37:15.7527073+02:00",
  "Source": "sample string 14"
}

application/xml, text/xml

Sample:
<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:37:15.7527073+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>4b4063c9-cd40-4e8d-8a91-e5ad784538f4</MedicalCodeBathId>
  <MedicalCodeClimbId>a63d1a4e-4206-484f-9078-31e272dc4516</MedicalCodeClimbId>
  <MedicalCodeDressId>4b4946d5-11be-492c-b79d-3cfb68aad261</MedicalCodeDressId>
  <MedicalCodeFecalId>af00bc1e-4b2d-4c35-8721-e4fb73816cf0</MedicalCodeFecalId>
  <MedicalCodeFeedId>7d47326e-106f-461e-a407-c9bec8580029</MedicalCodeFeedId>
  <MedicalCodeGroomId>9e1776d5-b298-4054-b828-b6306f01339a</MedicalCodeGroomId>
  <MedicalCodeMobilityId>300fa79b-bc11-42d0-a202-6d36f1bb21ac</MedicalCodeMobilityId>
  <MedicalCodeToiletId>253e8ad6-9413-49c9-9681-989b7c9c24bd</MedicalCodeToiletId>
  <MedicalCodeTransferId>ba09b6b3-4767-48eb-a1ce-01d747e80cc2</MedicalCodeTransferId>
  <MedicalCodeUrineId>b193f6a5-9430-4bf0-85c6-54ca7093d9be</MedicalCodeUrineId>
</MedicalBarthelIndex>

Response Information

Resource Description

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-