POST Clients/Allergy?validateOnly={validateOnly}

Add clientAllergy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

ClientAllergy data

ClientAllergyDTO
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.