GET PlanCare2Api/MedicalMenstruation/{id}
Gets MedicalMenstruation by id.
Requires 'Read' permission for function MedicalMenstruation {CBFB685F-5829-4F51-AE15-1CDEA5780052}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalMenstruation. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalMenstruation.
MedicalMenstruation| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeBloodLossId |
Id of MedicalCodeBloodLoss (MedicalCodeListType.MenstruationBloodLoss). |
globally unique identifier |
Nullable |
| MedicalCodeDurationId |
Id of MedicalCodeDuration (MedicalCodeListType.MenstruationDuration). |
globally unique identifier |
Nullable |
| MedicalCodeMoodId |
Id of MedicalCodeMood (MedicalCodeListType.MenstruationMood). |
globally unique identifier |
Nullable |
| Stressed |
Stressed. |
boolean |
- |
| MedicalCodeComplaintIds |
List of id's of MedicalCodeComplaint (MedicalCodeListType.MenstruationComplaint). |
Collection of globally unique identifier |
- |
| 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:
{
"MedicalCodeBloodLossId": "6b8846ba-54c5-4197-b713-eb87b9256552",
"MedicalCodeDurationId": "176dbf36-6be3-4c5a-89c7-c73da568c807",
"MedicalCodeMoodId": "31416231-c16a-4e6b-92b0-e0ec6da25bbc",
"Stressed": true,
"MedicalCodeComplaintIds": [
"3895a648-4ee2-4abc-9be0-faa909481dad",
"6fcdfe1d-e75d-431a-82a7-b46524bf6f11"
],
"Remarks": "sample string 2",
"Id": 3,
"RelationId": 4,
"RegistrationDateTime": "2026-06-10T12:18:40.3328963+02:00",
"Source": "sample string 6"
}
application/xml, text/xml
Sample:
<MedicalMenstruation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
<Id>3</Id>
<RegistrationDateTime>2026-06-10T12:18:40.3328963+02:00</RegistrationDateTime>
<RelationId>4</RelationId>
<Source>sample string 6</Source>
<MedicalCodeBloodLossId>6b8846ba-54c5-4197-b713-eb87b9256552</MedicalCodeBloodLossId>
<MedicalCodeComplaintIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3895a648-4ee2-4abc-9be0-faa909481dad</d2p1:guid>
<d2p1:guid>6fcdfe1d-e75d-431a-82a7-b46524bf6f11</d2p1:guid>
</MedicalCodeComplaintIds>
<MedicalCodeDurationId>176dbf36-6be3-4c5a-89c7-c73da568c807</MedicalCodeDurationId>
<MedicalCodeMoodId>31416231-c16a-4e6b-92b0-e0ec6da25bbc</MedicalCodeMoodId>
<Remarks>sample string 2</Remarks>
<Stressed>true</Stressed>
</MedicalMenstruation>