GET Notes/File

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

Match

MatchCriteriaStringType

None.

NoteFileIDs

Collection of integer

None.

NoteID

integer

None.

NoteIDs

Collection of integer

None.

NoteTypeIDs

ListCriteriaOfInt32

None.

FileTypeID

integer

None.

BinaryID

integer

None.

Description

string

None.

FileName

string

None.

FileExtension

string

None.

FileSize

integer

None.

FileDateUtcMin

date

None.

FileDateUtcMax

date

None.

Props

Collection of Object

None.

Comments

string

None.

CreatedByUserID

integer

None.

LastUpdatedByUserID

integer

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

IncludePayload

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NoteFileDTO
NameDescriptionTypeAdditional information
NoteFileID

integer

None.

NoteFileKey

string

None.

NoteID

integer

None.

NoteTypeID

integer

None.

FileTypeID

integer

None.

FileTypeName

string

None.

BinaryID

integer

None.

Description

string

None.

FileName

string

None.

FileExtension

string

None.

FileSize

integer

None.

FileDateUtc

date

None.

Props

Collection of Object

None.

Comments

string

None.

Data

string

None.

DataCompressionType

CompressionType

None.

DataProps

Collection of Object

None.

RecordState

ClinicalRecordState

None.

CreatedByUserID

integer

None.

LastUpdatedByUserID

integer

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Summary

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "noteFileID": 1,
    "noteFileKey": "sample string 2",
    "noteID": 3,
    "noteTypeID": 4,
    "fileTypeID": 5,
    "fileTypeName": "sample string 6",
    "binaryID": 7,
    "description": "sample string 8",
    "fileName": "sample string 9",
    "fileExtension": "sample string 10",
    "fileSize": 11,
    "fileDateUtc": "2024-12-04T07:48:56.1027678+00:00",
    "comments": "sample string 13",
    "dataCompressionType": 1,
    "dataProps": [],
    "recordState": 1,
    "createdByUserID": 15,
    "lastUpdatedByUserID": 16,
    "created": {
      "dateUtc": "2024-12-04T07:48:56.1027678+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:48:56 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:48:56.1027678+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:48:56 AM"
    },
    "summary": "sample string 9"
  },
  {
    "noteFileID": 1,
    "noteFileKey": "sample string 2",
    "noteID": 3,
    "noteTypeID": 4,
    "fileTypeID": 5,
    "fileTypeName": "sample string 6",
    "binaryID": 7,
    "description": "sample string 8",
    "fileName": "sample string 9",
    "fileExtension": "sample string 10",
    "fileSize": 11,
    "fileDateUtc": "2024-12-04T07:48:56.1027678+00:00",
    "comments": "sample string 13",
    "dataCompressionType": 1,
    "dataProps": [],
    "recordState": 1,
    "createdByUserID": 15,
    "lastUpdatedByUserID": 16,
    "created": {
      "dateUtc": "2024-12-04T07:48:56.1027678+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:48:56 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:48:56.1027678+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:48:56 AM"
    },
    "summary": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNoteFileDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <NoteFileDTO>
    <BinaryID>7</BinaryID>
    <Comments>sample string 13</Comments>
    <Created>
      <DateUtc>2024-12-04T07:48:56.1027678+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <CreatedByUserID>15</CreatedByUserID>
    <Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
    <DataAsString i:nil="true" />
    <DataCompressionType>None</DataCompressionType>
    <DataProps xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <Description>sample string 8</Description>
    <FileDateUtc>2024-12-04T07:48:56.1027678+00:00</FileDateUtc>
    <FileExtension>sample string 10</FileExtension>
    <FileName>sample string 9</FileName>
    <FileSize>11</FileSize>
    <FileTypeID>5</FileTypeID>
    <FileTypeName>sample string 6</FileTypeName>
    <LastUpdated>
      <DateUtc>2024-12-04T07:48:56.1027678+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <LastUpdatedByUserID>16</LastUpdatedByUserID>
    <NoteFileID>1</NoteFileID>
    <NoteFileKey>sample string 2</NoteFileKey>
    <NoteID>3</NoteID>
    <NoteTypeID>4</NoteTypeID>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
  </NoteFileDTO>
  <NoteFileDTO>
    <BinaryID>7</BinaryID>
    <Comments>sample string 13</Comments>
    <Created>
      <DateUtc>2024-12-04T07:48:56.1027678+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <CreatedByUserID>15</CreatedByUserID>
    <Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" />
    <DataAsString i:nil="true" />
    <DataCompressionType>None</DataCompressionType>
    <DataProps xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <Description>sample string 8</Description>
    <FileDateUtc>2024-12-04T07:48:56.1027678+00:00</FileDateUtc>
    <FileExtension>sample string 10</FileExtension>
    <FileName>sample string 9</FileName>
    <FileSize>11</FileSize>
    <FileTypeID>5</FileTypeID>
    <FileTypeName>sample string 6</FileTypeName>
    <LastUpdated>
      <DateUtc>2024-12-04T07:48:56.1027678+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <LastUpdatedByUserID>16</LastUpdatedByUserID>
    <NoteFileID>1</NoteFileID>
    <NoteFileKey>sample string 2</NoteFileKey>
    <NoteID>3</NoteID>
    <NoteTypeID>4</NoteTypeID>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
  </NoteFileDTO>
</ArrayOfNoteFileDTO>

application/x-compressed-json

Sample:
��RKN�0�J�-)��4I�
B �6����R���J�����H\;	E��`�Pw~~�����u�EBZ�`5\�QN�����P�j��L<�x/�t�e�Z��޹>���P���%�1Au��i�*0�f�2)�ui{�f=y�hA�}v�{ɂ=9?!�S�-�<�Q<"��K��q�O�c��4I�#�s�����5��c+j��J��-�g�����Z*g[�C����ZXW��K
�X�6����ͭ����F$;5ʷ>��o\�����4��7�@��D�x�K}vpr��������4s�a���|���{�