PUT api/ExamImage
Request Information
URI Parameters
None.
Body Parameters
ExamImageDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| HospitalID | integer |
None. |
|
| ExamRegID | integer |
None. |
|
| ExamItemID | integer |
None. |
|
| EquipmentID | integer |
None. |
|
| Server | string |
None. |
|
| ImageFile | string |
None. |
|
| FileType | integer |
None. |
|
| FileSize | decimal number |
None. |
|
| ShowIndex | integer |
None. |
|
| FromSource | integer |
None. |
|
| ReportShow | boolean |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"HospitalID": 1,
"ExamRegID": 1,
"ExamItemID": 1,
"EquipmentID": 1,
"Server": "sample string 1",
"ImageFile": "sample string 2",
"FileType": 1,
"FileSize": 1.0,
"ShowIndex": 1,
"FromSource": 1,
"ReportShow": true,
"UpdateTime": "2026-05-02T18:09:32.712601+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<ExamImageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <EquipmentID>1</EquipmentID> <ExamItemID>1</ExamItemID> <ExamRegID>1</ExamRegID> <FileSize>1</FileSize> <FileType>1</FileType> <FromSource>1</FromSource> <HospitalID>1</HospitalID> <ID>1</ID> <ImageFile>sample string 2</ImageFile> <ReportShow>true</ReportShow> <Server>sample string 1</Server> <ShowIndex>1</ShowIndex> <UpdateTime>2026-05-02T18:09:32.712601+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </ExamImageDTO>
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.