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": "0683f3b9-0f1a-4772-b686-bcab1f780ac8",
  "MedicalCodeClimbId": "c5c4055c-4439-4ad4-b919-a3339efac823",
  "MedicalCodeDressId": "7a08c9ff-aed0-4a5e-9c77-eb436ec1e428",
  "MedicalCodeFecalId": "944cd6ef-40de-474c-9803-7254cf54da42",
  "MedicalCodeFeedId": "b56ad85f-2a0f-4a18-955c-b14f14ac4e38",
  "MedicalCodeGroomId": "6b2d9da9-2911-4376-a577-bbda9a620fa9",
  "MedicalCodeMobilityId": "d1ec7bd9-3733-49b2-b392-446449aa5510",
  "MedicalCodeToiletId": "7c985b68-9cab-4556-845c-b07c0cd2fd11",
  "MedicalCodeTransferId": "6db6799f-7331-4006-8fa3-9ec609602a01",
  "MedicalCodeUrineId": "1fede50a-89ab-4a78-867b-0683f89274c8",
  "Id": 11,
  "RelationId": 12,
  "RegistrationDateTime": "2026-05-26T22:09:24.7357788+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-26T22:09:24.7357788+02:00</RegistrationDateTime>
  <RelationId>12</RelationId>
  <Source>sample string 14</Source>
  <MedicalCodeBathId>0683f3b9-0f1a-4772-b686-bcab1f780ac8</MedicalCodeBathId>
  <MedicalCodeClimbId>c5c4055c-4439-4ad4-b919-a3339efac823</MedicalCodeClimbId>
  <MedicalCodeDressId>7a08c9ff-aed0-4a5e-9c77-eb436ec1e428</MedicalCodeDressId>
  <MedicalCodeFecalId>944cd6ef-40de-474c-9803-7254cf54da42</MedicalCodeFecalId>
  <MedicalCodeFeedId>b56ad85f-2a0f-4a18-955c-b14f14ac4e38</MedicalCodeFeedId>
  <MedicalCodeGroomId>6b2d9da9-2911-4376-a577-bbda9a620fa9</MedicalCodeGroomId>
  <MedicalCodeMobilityId>d1ec7bd9-3733-49b2-b392-446449aa5510</MedicalCodeMobilityId>
  <MedicalCodeToiletId>7c985b68-9cab-4556-845c-b07c0cd2fd11</MedicalCodeToiletId>
  <MedicalCodeTransferId>6db6799f-7331-4006-8fa3-9ec609602a01</MedicalCodeTransferId>
  <MedicalCodeUrineId>1fede50a-89ab-4a78-867b-0683f89274c8</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

-