POST api/v1/jinganhospital/patientlist

Request Information

URI Parameters

None.

Body Parameters

SearchDto
NameDescriptionTypeAdditional information
MedicareNumber

string

None.

HisId

string

None.

StartDate

date

None.

EndDate

date

None.

ModalityType

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "medicareNumber": "sample string 1",
  "hisId": "sample string 2",
  "startDate": "2025-06-21T19:48:35.9834858+08:00",
  "endDate": "2025-06-21T19:48:35.9834858+08:00",
  "modalityType": [
    "sample string 1",
    "sample string 2"
  ]
}

text/html

Sample:
{"$id":"1","medicareNumber":"sample string 1","hisId":"sample string 2","startDate":"2025-06-21T19:48:35.9834858+08:00","endDate":"2025-06-21T19:48:35.9834858+08:00","modalityType":["sample string 1","sample string 2"]}

application/xml, text/xml

Sample:
<SearchDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MedicareNumber>sample string 1</MedicareNumber>
  <HisId>sample string 2</HisId>
  <StartDate>2025-06-21T19:48:35.9834858+08:00</StartDate>
  <EndDate>2025-06-21T19:48:35.9834858+08:00</EndDate>
  <ModalityType>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </ModalityType>
</SearchDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.