GET PlanCare2Api/MedicalEpilepsy/{id}

Gets MedicalEpilepsy by id.

Requires 'Read' permission for function MedicalEpilepsy {E4BB8F45-B210-424C-8CF2-98B7F0ADCA42}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the MedicalEpilepsy.

integer

Required

Body Parameters

None.

Response Information

Resource Description

MedicalEpilepsy.

MedicalEpilepsy
NameDescriptionTypeAdditional information
NumberOfAttacks

Number of attacks.

integer

None

LengthInMinutes

Length in minutes.

integer

None

MedicalCodeEpilepsyTypeOfAttackId

Id of MedicalCodeEpilepsyTypeOfAttack (MedicalCodeListType.EpilepsyTypeOfAttack).

globally unique identifier

None

MedicalCodeEpilepsyDaypartId

Id of MedicalCodeEpilepsyDaypart (MedicalCodeListType.EpilepsyDaypart).

globally unique identifier

None

CoupeMedication

Coupe medication.

boolean

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:
{
  "NumberOfAttacks": 1,
  "LengthInMinutes": 1,
  "MedicalCodeEpilepsyTypeOfAttackId": "15c31c17-7e9a-4520-8bf8-c3e24b130009",
  "MedicalCodeEpilepsyDaypartId": "7e775ae0-5b7f-47ea-b861-50a32a7d7408",
  "CoupeMedication": true,
  "Remarks": "sample string 5",
  "Id": 6,
  "RelationId": 7,
  "RegistrationDateTime": "2026-05-26T22:09:38.5353528+02:00",
  "Source": "sample string 9"
}

application/xml, text/xml

Sample:
<MedicalEpilepsy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <Id>6</Id>
  <RegistrationDateTime>2026-05-26T22:09:38.5353528+02:00</RegistrationDateTime>
  <RelationId>7</RelationId>
  <Source>sample string 9</Source>
  <CoupeMedication>true</CoupeMedication>
  <LengthInMinutes>1</LengthInMinutes>
  <MedicalCodeEpilepsyDaypartId>7e775ae0-5b7f-47ea-b861-50a32a7d7408</MedicalCodeEpilepsyDaypartId>
  <MedicalCodeEpilepsyTypeOfAttackId>15c31c17-7e9a-4520-8bf8-c3e24b130009</MedicalCodeEpilepsyTypeOfAttackId>
  <NumberOfAttacks>1</NumberOfAttacks>
  <Remarks>sample string 5</Remarks>
</MedicalEpilepsy>