GET PlanCare2Api/MedicalSnaqScore/{id}
Gets MedicalSnaqScore by id.
Requires 'Read' permission for function MedicalSnaqScore {92277256-317D-4E7E-8C7C-AB3CE345CDC1}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalSnaqScore. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalSnaqScore.
MedicalSnaqScore| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeWeightLossScoreId |
Id of MedicalCodeWeightLossScore (MedicalCodeListType.WeightLossScore). |
globally unique identifier |
None. |
| MedicalCodeAppetiteScoreId |
Id of MedicalCodeAppetiteScore (MedicalCodeListType.AppetiteScore). |
globally unique identifier |
None. |
| MedicalCodeNutritionScoreId |
Id of MedicalCodeNutritionScore (MedicalCodeListType.NutritionScore). |
globally unique identifier |
None. |
| Remarks |
Remarks. |
string |
None. |
| Id |
Id of the registration. |
integer |
None. |
| 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 |
None. |
Response Formats
application/json, text/json
Sample:
{
"MedicalCodeWeightLossScoreId": "4ff6b6f3-ab48-46a7-b7cd-9ce6ffa87e4b",
"MedicalCodeAppetiteScoreId": "5416b0fb-de0c-4317-9e87-3d57e39ede5d",
"MedicalCodeNutritionScoreId": "99095abd-ad4c-442a-9e90-7ad5235ae3c1",
"Remarks": "sample string 4",
"Id": 5,
"RelationId": 6,
"RegistrationDateTime": "2026-05-26T22:10:25.0191423+02:00",
"Source": "sample string 8"
}
application/xml, text/xml
Sample:
<MedicalSnaqScore xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical"> <Id>5</Id> <RegistrationDateTime>2026-05-26T22:10:25.0191423+02:00</RegistrationDateTime> <RelationId>6</RelationId> <Source>sample string 8</Source> <MedicalCodeAppetiteScoreId>5416b0fb-de0c-4317-9e87-3d57e39ede5d</MedicalCodeAppetiteScoreId> <MedicalCodeNutritionScoreId>99095abd-ad4c-442a-9e90-7ad5235ae3c1</MedicalCodeNutritionScoreId> <MedicalCodeWeightLossScoreId>4ff6b6f3-ab48-46a7-b7cd-9ce6ffa87e4b</MedicalCodeWeightLossScoreId> <Remarks>sample string 4</Remarks> </MedicalSnaqScore>