GET Setup/DiagnosesTable

Get diagnosesTables 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.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

DiagnosesTableIDs

Filter by DiagnosesTableIDs

Collection of integer

None.

DiagnosesTableName

Filter by DiagnosesTableName

string

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 DiagnosesTableDTOs

Collection of DiagnosesTableDTO
NameDescriptionTypeAdditional information
DiagnosesTableID

Diagnoses Table ID

integer

None.

DiagnosesTableName

Diagnoses Table Name

string

None.

DiagnosesProps

Diagnoses Props

Collection of Object

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.