PUT api/patients/{patientId}/sessions/{sessionId}/actions/{actionId}/fastview

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

sessionId

integer

Required

actionId

integer

Required

Body Parameters

FastView
NameDescriptionTypeAdditional information
CreateDate

Date and time of creation

date

None.

LastModifiedDate

Date and time of last modification

date

None.

Format

The format used to format the Data.

DataFormat

None.

Version

The version of the format. Default is 0.

integer

None.

Data

The data. Formated according to the 'Format' field.

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "CreateDate": "2024-09-15T10:30:30.9005368+00:00",
  "LastModifiedDate": "2024-09-15T10:30:30.9005368+00:00",
  "Format": 0,
  "Version": 3,
  "Data": "QEA="
}

application/xml, text/xml

Sample:
<FastView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Himsa.Noah.Public.Model">
  <CreateDate>2024-09-15T10:30:30.9005368+00:00</CreateDate>
  <Data>QEA=</Data>
  <Format>Unknown</Format>
  <LastModifiedDate>2024-09-15T10:30:30.9005368+00:00</LastModifiedDate>
  <Version>3</Version>
</FastView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FastView
NameDescriptionTypeAdditional information
CreateDate

Date and time of creation

date

None.

LastModifiedDate

Date and time of last modification

date

None.

Format

The format used to format the Data.

DataFormat

None.

Version

The version of the format. Default is 0.

integer

None.

Data

The data. Formated according to the 'Format' field.

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "CreateDate": "2024-09-15T10:30:31.0579721+00:00",
  "LastModifiedDate": "2024-09-15T10:30:31.0579721+00:00",
  "Format": 0,
  "Version": 3,
  "Data": "QEA="
}

application/xml, text/xml

Sample:
<FastView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Himsa.Noah.Public.Model">
  <CreateDate>2024-09-15T10:30:31.0579721+00:00</CreateDate>
  <Data>QEA=</Data>
  <Format>Unknown</Format>
  <LastModifiedDate>2024-09-15T10:30:31.0579721+00:00</LastModifiedDate>
  <Version>3</Version>
</FastView>