POST api/v1/system/getcommment
Request Information
URI Parameters
None.
Body Parameters
PatientCommentSearchConditionName | Description | Type | Additional information |
---|---|---|---|
StartTime | date |
None. |
|
EndTime | date |
None. |
|
PatientName | string |
None. |
|
AccNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "startTime": "2025-05-04T12:38:40.9621907+08:00", "endTime": "2025-05-04T12:38:40.9621907+08:00", "patientName": "sample string 1", "accNo": "sample string 2" }
text/html
Sample:
{"startTime":"2025-05-04T12:38:40.9621907+08:00","endTime":"2025-05-04T12:38:40.9621907+08:00","patientName":"sample string 1","accNo":"sample string 2"}
application/xml, text/xml
Sample:
<PatientCommentSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Dtos"> <AccNo>sample string 2</AccNo> <EndTime>2025-05-04T12:38:40.9621907+08:00</EndTime> <PatientName>sample string 1</PatientName> <StartTime>2025-05-04T12:38:40.9621907+08:00</StartTime> </PatientCommentSearchCondition>
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.