简要描述
请求URL
http://xx.com/apihospital/InsuranceEdit
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
Patient_ID |
是 |
int |
ORCA患者id |
Insurance_Combination_Number |
是 |
string |
保険組合せ番号 |
PatientId |
是 |
int |
患者id |
PatientName |
是 |
string |
患者名称 |
InsuranceTypeId |
是 |
int |
保险分类Id |
InsuranceTypeName |
是 |
string |
保险分类名称 |
InsuranceZuheName |
是 |
string |
保险组合名称 |
ParentId |
是 |
int |
父ID |
DepartmentId |
否 |
int |
科室id |
DepartmentName |
否 |
string |
科室名称 |
DoctorId |
否 |
int |
医生id |
DoctorName |
否 |
string |
医生名称 |
CheckDate |
否 |
DateTime |
诊察日期 |
返回示例
{
"code": 0,
"data": "操作成功"
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
0:操作成功 |
data |
string |
提示语 |
备注