PUT Clients/Allergy/{clientAllergyID}?validateOnly={validateOnly}
Update clientAllergy
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientAllergyID |
ClientAllergyID of ClientAllergy to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
ClientAllergy data
ClientAllergyDTOName | Description | Type | Additional information |
---|---|---|---|
ClientAllergyID |
Client Allergy ID |
integer |
None. |
ClientID |
Client ID |
integer |
None. |
AllergyID |
Allergy ID |
integer |
None. |
AllergyType |
Allergy Type |
AllergyType |
None. |
AllergyCode |
Allergy Code |
string |
None. |
AllergyDescription |
Allergy Description |
string |
None. |
ReportDate |
Report Date |
date |
None. |
OnsetDate |
Onset Date |
date |
None. |
IsOnsetDateEstimated |
Is Onset Date Estimated |
boolean |
None. |
Severity |
Severity |
string |
None. |
Reactions |
Reactions |
Collection of string |
None. |
InterventionAfterExposure |
Intervention After Exposure |
string |
None. |
Comments |
Comments |
string |
None. |
Sources |
Sources |
Collection of ClientAllergySourceDTO |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |