GET Notes/Detail

Get noteDetails from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == RecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == RecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == RecordState.Deleted

boolean

None.

IncludeError

Include records where RecordState == RecordState.Error

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

NoteDetailIDs

Filter by NoteDetailIDs

Collection of integer

None.

NoteIDs

Filter by NoteIDs

Collection of integer

None.

NoteID

Filter by NoteID

integer

None.

NoteTypeIDs

Filter by Note Type IDs

ListCriteriaOfInt32

None.

NoteDetailDateUtcMin

Filter by NoteDetailDateUtcMin

date

None.

NoteDetailDateUtcMax

Filter by NoteDetailDateUtcMax

date

None.

NoteDetailContents

Filter by NoteDetailContents

string

None.

NoteDetailCustomStatus

Filter by NoteDetailCustomStatus

string

None.

CreatedByUserID

Filter by CreatedByUserID

integer

None.

LastUpdatedByUserID

Filter by LastUpdatedByUserID

integer

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of NoteDetailDTOs

Collection of NoteDetailDTO
NameDescriptionTypeAdditional information
NoteDetailID

Note Detail ID

integer

None.

NoteID

Note ID

integer

None.

NoteTypeID

Note Type ID

integer

None.

NoteDetailDateUtc

Note Detail Date Utc

date

None.

NoteDetailContents

Note Detail Contents

string

None.

NoteDetailCustomStatus

Note Detail Custom Status

string

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.