GET PlanCare2Api/MedicalDefecation/{id}
Gets MedicalDefecation by id.
Requires 'Read' permission for function MedicalDefecation {A10B7F92-BB2F-4650-945C-C180C5C7B3BC}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalDefecation. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalDefecation.
MedicalDefecation| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeDefecationQuantityId |
Id of MedicalCodeDefecationQuantity (MedicalCodeListType.DefecationQuantity). |
globally unique identifier |
Nullable |
| MedicalCodeDefecationAspectId |
Id of MedicalCodeDefecationAspect (MedicalCodeListType.DefecationAspect). |
globally unique identifier |
Nullable |
| MedicalCodeDefecationRemedyId |
Id of MedicalCodeDefecationRemedy (MedicalCodeListType.DefecationRemedy). |
globally unique identifier |
Nullable |
| Remarks |
Remarks. |
string |
- |
| 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 |
- |
Response Formats
application/json, text/json
Sample:
{
"MedicalCodeDefecationQuantityId": "1242e0c1-3965-4915-86ac-34ae71f09cc8",
"MedicalCodeDefecationAspectId": "67dd989a-faf0-4e40-89a7-97b85a30b651",
"MedicalCodeDefecationRemedyId": "9beea76a-5c7e-4674-9c9b-b4f0138cf4e7",
"Remarks": "sample string 1",
"Id": 2,
"RelationId": 3,
"RegistrationDateTime": "2026-06-10T12:12:36.2908684+02:00",
"Source": "sample string 5"
}
application/xml, text/xml
Sample:
<MedicalDefecation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>2</Id> <RegistrationDateTime>2026-06-10T12:12:36.2908684+02:00</RegistrationDateTime> <RelationId>3</RelationId> <Source>sample string 5</Source> <MedicalCodeDefecationAspectId>67dd989a-faf0-4e40-89a7-97b85a30b651</MedicalCodeDefecationAspectId> <MedicalCodeDefecationQuantityId>1242e0c1-3965-4915-86ac-34ae71f09cc8</MedicalCodeDefecationQuantityId> <MedicalCodeDefecationRemedyId>9beea76a-5c7e-4674-9c9b-b4f0138cf4e7</MedicalCodeDefecationRemedyId> <Remarks>sample string 1</Remarks> </MedicalDefecation>