GET api/Allergy?keyword={keyword}&allergytypeid={allergytypeid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| keyword | string |
Required |
|
| allergytypeid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Allergy| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CategoryId | integer |
None. |
|
| Name | string |
None. |
|
| AllergyTypeName | string |
None. |
|
| StatusId | integer |
None. |
|
| Reaction | string |
None. |
|
| Note | string |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| Category | Category |
None. |
|
| Status | Status |
None. |
|
| PatientAllergies | Collection of PatientAllergy |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.