GET V2/Notes/File

Get noteFiles from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoteEntityID

EntityID attached to the Note for the desired file

integer

None.

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.

NoteFileIDs

Filter by NoteFileIDs

Collection of integer

None.

NoteID

Filter by NoteID

integer

None.

NoteIDs

Filter by NoteIDs

Collection of integer

None.

NoteTypeIDs

Filter by Note Type IDs

ListCriteriaOfInt32

None.

FileTypeID

Filter by FileTypeID

integer

None.

BinaryID

Filter by BinaryID

integer

None.

Description

Filter by Description

string

None.

FileName

Filter by FileName

string

None.

FileExtension

Filter by FileExtension

string

None.

FileSize

Filter by FileSize

integer

None.

FileDateUtcMin

Filter by FileDateUtcMin

date

None.

FileDateUtcMax

Filter by FileDateUtcMax

date

None.

Props

Filter by Props

Collection of Object

None.

Comments

Filter by Comments

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.

IncludePayload

Filter by IncludePayload

boolean

None.

Body Parameters

None.

Response Information

Resource Description

List of NoteFileDTOs

Collection of NoteFileDTO
NameDescriptionTypeAdditional information
NoteFileID

Note File ID

integer

None.

NoteFileKey

Note File Key

string

None.

NoteID

Note ID

integer

None.

NoteTypeID

Note Type ID

integer

None.

FileTypeID

File Type ID

integer

None.

FileTypeName

File Type Name

string

None.

BinaryID

Binary ID

integer

None.

Description

Description

string

None.

FileName

File Name

string

None.

FileExtension

File Extension

string

None.

FileSize

File Size

integer

None.

FileDateUtc

File Date Utc

date

None.

Props

Props

Collection of Object

None.

Comments

Comments

string

None.

Data

Base64 version of data

string

None.

DataCompressionType

Compression Type used on data

CompressionType

None.

DataProps

Props describing data

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.

Summary

Summary

string

None.