POST api/v1/patients/searchDicomDownloadHistory
Request Information
URI Parameters
None.
Body Parameters
DownloadHistorySearchConditionName | Description | Type | Additional information |
---|---|---|---|
CreateStartTime | date |
None. |
|
CreateEndTime | date |
None. |
|
RetriveStartTime | date |
None. |
|
RetriveEndTime | date |
None. |
|
DownloadStartTime | date |
None. |
|
DownloadEndTime | date |
None. |
|
Status | DicomDownloadTaskStatus |
None. |
|
ModalityTypes | Collection of string |
None. |
|
PatientTypes | Collection of string |
None. |
|
AccNo | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "createStartTime": "2025-05-04T10:57:09.6305821+08:00", "createEndTime": "2025-05-04T10:57:09.6305821+08:00", "retriveStartTime": "2025-05-04T10:57:09.6305821+08:00", "retriveEndTime": "2025-05-04T10:57:09.6305821+08:00", "downloadStartTime": "2025-05-04T10:57:09.6305821+08:00", "downloadEndTime": "2025-05-04T10:57:09.6305821+08:00", "status": 1, "modalityTypes": [ "sample string 1", "sample string 2" ], "patientTypes": [ "sample string 1", "sample string 2" ], "accNo": "sample string 1", "pageIndex": 2, "pageSize": 3 }
text/html
Sample:
{"createStartTime":"2025-05-04T10:57:09.6305821+08:00","createEndTime":"2025-05-04T10:57:09.6305821+08:00","retriveStartTime":"2025-05-04T10:57:09.6305821+08:00","retriveEndTime":"2025-05-04T10:57:09.6305821+08:00","downloadStartTime":"2025-05-04T10:57:09.6305821+08:00","downloadEndTime":"2025-05-04T10:57:09.6305821+08:00","status":1,"modalityTypes":["sample string 1","sample string 2"],"patientTypes":["sample string 1","sample string 2"],"accNo":"sample string 1","pageIndex":2,"pageSize":3}
application/xml, text/xml
Sample:
<DownloadHistorySearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Dtos"> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <AccNo>sample string 1</AccNo> <CreateEndTime>2025-05-04T10:57:09.6305821+08:00</CreateEndTime> <CreateStartTime>2025-05-04T10:57:09.6305821+08:00</CreateStartTime> <DownloadEndTime>2025-05-04T10:57:09.6305821+08:00</DownloadEndTime> <DownloadStartTime>2025-05-04T10:57:09.6305821+08:00</DownloadStartTime> <ModalityTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </ModalityTypes> <PatientTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </PatientTypes> <RetriveEndTime>2025-05-04T10:57:09.6305821+08:00</RetriveEndTime> <RetriveStartTime>2025-05-04T10:57:09.6305821+08:00</RetriveStartTime> <Status>Created</Status> </DownloadHistorySearchCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.