GET api/v1/thirdparty/patientreport/update?accNo={accNo}&eventType={eventType}

接收第三方病人报告等信息更改的通知。

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accNo

通知更新的病人的检查编码

string

Required

eventType

通知类型 1:胶片打印 2:报告生成

integer

Required

Body Parameters

None.

Response Information

Resource Description

true/false. true:成功 false:失败

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.