POST api/docs/ExamResult/Post
Request Information
URI Parameters
None.
Body Parameters
ExamResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| ExamRegID | integer |
None. |
|
| ExamItemID | integer |
None. |
|
| IndexID | integer |
None. |
|
| SysIndexKey | integer |
None. |
|
| Name | string |
None. |
|
| EName | string |
None. |
|
| ResultOriginalValue | string |
None. |
|
| ResultValue | string |
None. |
|
| ImageFile | string |
None. |
|
| ResultUnit | string |
None. |
|
| ResultType | integer |
None. |
|
| LowerValue | string |
None. |
|
| UpperValue | string |
None. |
|
| Marker | string |
None. |
|
| ResultValueState | integer |
None. |
|
| ReportShow | boolean |
None. |
|
| ShowIndex | integer |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"HospitalID": 1,
"ExamRegID": 1,
"ExamItemID": 1,
"IndexID": 1,
"SysIndexKey": 1,
"Name": "sample string 1",
"EName": "sample string 2",
"ResultOriginalValue": "sample string 3",
"ResultValue": "sample string 4",
"ImageFile": "sample string 5",
"ResultUnit": "sample string 6",
"ResultType": 1,
"LowerValue": "sample string 7",
"UpperValue": "sample string 8",
"Marker": "sample string 9",
"ResultValueState": 1,
"ReportShow": true,
"ShowIndex": 1,
"UpdateTime": "2026-05-02T18:07:15.2789421+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<ExamResultDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <EName>sample string 2</EName> <ExamItemID>1</ExamItemID> <ExamRegID>1</ExamRegID> <HospitalID>1</HospitalID> <ID>1</ID> <ImageFile>sample string 5</ImageFile> <IndexID>1</IndexID> <LowerValue>sample string 7</LowerValue> <Marker>sample string 9</Marker> <Name>sample string 1</Name> <ReportShow>true</ReportShow> <ResultOriginalValue>sample string 3</ResultOriginalValue> <ResultType>1</ResultType> <ResultUnit>sample string 6</ResultUnit> <ResultValue>sample string 4</ResultValue> <ResultValueState>1</ResultValueState> <ShowIndex>1</ShowIndex> <SysIndexKey>1</SysIndexKey> <UpdateTime>2026-05-02T18:07:15.2789421+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> <UpperValue>sample string 8</UpperValue> </ExamResultDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.