PUT api/patients/{patientId}/sessions/{sessionId}/actions/{actionId}/fastview
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientId | integer |
Required |
|
sessionId | integer |
Required |
|
actionId | integer |
Required |
Body Parameters
FastViewName | Description | Type | Additional 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-11-21T10:22:33.5025662+00:00", "LastModifiedDate": "2024-11-21T10:22:33.5025662+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-11-21T10:22:33.5025662+00:00</CreateDate> <Data>QEA=</Data> <Format>Unknown</Format> <LastModifiedDate>2024-11-21T10:22:33.5025662+00:00</LastModifiedDate> <Version>3</Version> </FastView>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FastViewName | Description | Type | Additional 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-11-21T10:22:33.6915864+00:00", "LastModifiedDate": "2024-11-21T10:22:33.6915864+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-11-21T10:22:33.6915864+00:00</CreateDate> <Data>QEA=</Data> <Format>Unknown</Format> <LastModifiedDate>2024-11-21T10:22:33.6915864+00:00</LastModifiedDate> <Version>3</Version> </FastView>