POST api/v1/patients/searchShareLinkVisitHistory

Request Information

URI Parameters

None.

Body Parameters

ShareDetailSearchCondition
NameDescriptionTypeAdditional information
ExamStartTime

date

None.

ExamEndTime

date

None.

ShareStartTime

date

None.

ShareEndTime

date

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:
{
  "examStartTime": "2025-05-04T05:43:07.8681667+08:00",
  "examEndTime": "2025-05-04T05:43:07.8681667+08:00",
  "shareStartTime": "2025-05-04T05:43:07.8681667+08:00",
  "shareEndTime": "2025-05-04T05:43:07.8681667+08:00",
  "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:
{"examStartTime":"2025-05-04T05:43:07.8681667+08:00","examEndTime":"2025-05-04T05:43:07.8681667+08:00","shareStartTime":"2025-05-04T05:43:07.8681667+08:00","shareEndTime":"2025-05-04T05:43:07.8681667+08:00","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:
<ShareDetailSearchCondition 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>
  <ExamEndTime>2025-05-04T05:43:07.8681667+08:00</ExamEndTime>
  <ExamStartTime>2025-05-04T05:43:07.8681667+08:00</ExamStartTime>
  <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>
  <ShareEndTime>2025-05-04T05:43:07.8681667+08:00</ShareEndTime>
  <ShareStartTime>2025-05-04T05:43:07.8681667+08:00</ShareStartTime>
</ShareDetailSearchCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.