GET PlanCare2Api/MedicalVaccination/{id}
Gets MedicalVaccination by id.
Requires 'Read' permission for function MedicalVaccination {D0D9C9C6-5EA5-45CB-8AC2-24D6EEF784CF}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the MedicalVaccination. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedicalVaccination.
MedicalVaccination| Name | Description | Type | Additional information |
|---|---|---|---|
| MedicalCodeProductCodeId |
Id of MedicalCodeProductCode (MedicalCodeListType.VaccinationProductCode). |
globally unique identifier |
None |
| Dose |
Dose in milliliters. |
decimal number |
None |
| AdministeredBy |
AdministeredBy. |
string |
None |
| VaccinationDates |
VaccinationDates. |
Collection of MedicalVaccinationDate |
None |
| ReVaccinationDate |
ReVaccinationDate. |
date |
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, application/xml, text/xml
Sample:
Sample not available.