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": "ed2cdd3f-90af-42cf-8861-4a4914d0f8ec",
  "MedicalCodeClimbId": "ad6d359c-94cc-4536-a6f1-27128cab7d02",
  "MedicalCodeDressId": "70c4112c-45e1-4531-83ed-82e7b26c6a3e",
  "MedicalCodeFecalId": "fad213d9-8978-4fff-b731-f4d0a36d4269",
  "MedicalCodeFeedId": "c5f58fb1-5090-4b68-a905-618f05fbef1b",
  "MedicalCodeGroomId": "2cb60a53-a3f4-46c9-9e0f-9669e5a6cbd1",
  "MedicalCodeMobilityId": "42dbc364-e272-4b4f-9846-be0b01bfa543",
  "MedicalCodeToiletId": "3a79c2d6-14a1-4711-8110-217a5fe5478d",
  "MedicalCodeTransferId": "9ddaf4da-d77f-412e-ae02-32e5582c0b4b",
  "MedicalCodeUrineId": "f2f81529-a664-4e34-b04e-fcf7f65e6326",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-05-26T21:11:23.0419843+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-05-26T21:11:23.0419843+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>ed2cdd3f-90af-42cf-8861-4a4914d0f8ec</MedicalCodeBathId>
  <MedicalCodeClimbId>ad6d359c-94cc-4536-a6f1-27128cab7d02</MedicalCodeClimbId>
  <MedicalCodeDressId>70c4112c-45e1-4531-83ed-82e7b26c6a3e</MedicalCodeDressId>
  <MedicalCodeFecalId>fad213d9-8978-4fff-b731-f4d0a36d4269</MedicalCodeFecalId>
  <MedicalCodeFeedId>c5f58fb1-5090-4b68-a905-618f05fbef1b</MedicalCodeFeedId>
  <MedicalCodeGroomId>2cb60a53-a3f4-46c9-9e0f-9669e5a6cbd1</MedicalCodeGroomId>
  <MedicalCodeMobilityId>42dbc364-e272-4b4f-9846-be0b01bfa543</MedicalCodeMobilityId>
  <MedicalCodeToiletId>3a79c2d6-14a1-4711-8110-217a5fe5478d</MedicalCodeToiletId>
  <MedicalCodeTransferId>9ddaf4da-d77f-412e-ae02-32e5582c0b4b</MedicalCodeTransferId>
  <MedicalCodeUrineId>f2f81529-a664-4e34-b04e-fcf7f65e6326</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

-