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 |
- |
| MedicalCodeAppetiteScoreId |
Id of MedicalCodeAppetiteScore (MedicalCodeListType.AppetiteScore). |
globally unique identifier |
- |
| MedicalCodeNutritionScoreId |
Id of MedicalCodeNutritionScore (MedicalCodeListType.NutritionScore). |
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:
{
"MedicalCodeWeightLossScoreId": "1680be56-3705-44b8-8661-393dac06b903",
"MedicalCodeAppetiteScoreId": "de410e3b-8409-4f18-a798-87ce11215089",
"MedicalCodeNutritionScoreId": "86dbb5b4-21a1-4c1f-a486-5d3d21c65afa",
"Remarks": "sample string 4",
"Id": 5,
"RelationId": 6,
"RegistrationDateTime": "2026-06-10T12:19:48.6513703+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-06-10T12:19:48.6513703+02:00</RegistrationDateTime> <RelationId>6</RelationId> <Source>sample string 8</Source> <MedicalCodeAppetiteScoreId>de410e3b-8409-4f18-a798-87ce11215089</MedicalCodeAppetiteScoreId> <MedicalCodeNutritionScoreId>86dbb5b4-21a1-4c1f-a486-5d3d21c65afa</MedicalCodeNutritionScoreId> <MedicalCodeWeightLossScoreId>1680be56-3705-44b8-8661-393dac06b903</MedicalCodeWeightLossScoreId> <Remarks>sample string 4</Remarks> </MedicalSnaqScore>