简要描述
请求URL
确定: http://xx.com/apihospital/MedicalRecordEdit
保存: http://xx.com/apihospital/MedicalRecordSave
请求方式
病历提交参数
参数名 |
必选 |
类型 |
说明 |
MedicalRecordData |
是 |
对象 |
MedicalRecord 病历对象 |
DoctorId |
是 |
int |
医生id |
DoctorName |
是 |
string |
医生名称 |
AcceptId |
是 |
int |
患者受付ID |
Acceptance_Id |
是 |
string |
患者受付番号 |
PatientId |
是 |
int |
患者id |
Patient_ID |
是 |
string |
患者Orca ID |
PatientName |
是 |
string |
患者名称 |
InsuranceTypeId |
是 |
int |
保险分类Id |
InsuranceTypeName |
是 |
string |
保险分类名称 |
InsuranceZuheName |
是 |
string |
保险组合名称 |
DepartmentId |
是 |
int |
科室Id |
DepartmentName |
是 |
string |
科室名称 |
Scontents |
是 |
string |
S类别富文本内容 |
Ocontents |
是 |
string |
O类别富文本内容 |
Acontents |
是 |
string |
A类别富文本内容 |
Pcontents |
是 |
string |
P类别富文本内容 |
State |
是 |
int |
提交状态(1草稿箱 2已提交) |
ExamineDate |
是 |
Datetime |
诊察日期 |
Remark |
是 |
string |
病历备注 |
TagList |
是 |
List |
左侧标签List |
TagList2 |
是 |
List |
右侧标签List |
AcceptCount |
是 |
int |
回目次数 |
Iscfpackage |
是 |
bool |
处方备考一包化 |
Examine_BeginTime |
是 |
string |
诊察开始时间 |
Examine_EndTime |
否 |
string |
诊察结束时间 |
ChangeReason |
否 |
string |
变更理由 |
MedicalType |
是 |
int |
病历类型 0:当前病历 1:过去病历 |
AcceptStatus |
是 |
int |
受付状况 |
AcceptNotes |
是 |
string |
受付付箋 |
确认信息参数
参数名 |
必选 |
类型 |
说明 |
MedicalRecordData |
是 |
对象 |
Confirmation 确认信息对象 |
EntrustTime |
是 |
Datetime |
委托时间 |
EntrustPersonId |
是 |
int |
委托人ID |
EntrustPerson |
是 |
string |
委托人 |
EntrustTypeId |
是 |
int |
委托类型ID |
EntrustTypeName |
是 |
string |
委托类型名称 |
ConfirmPersonId |
是 |
int |
确认人ID |
ConfirmPerson |
是 |
string |
确认人 |
IsUrgent |
是 |
bool |
是否紧急 |
ConfirmContent |
是 |
string |
确认内容 |
ConfirmtTime |
是 |
Datetime |
确认时间 |
返回示例
{
"code": 0,
"data": "操作成功"
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
0:操作成功 |
data |
string |
提示语 |
备注