operateSource
(录入来源)传入9
(自助登记、自助挂号)时,会写入分诊接待排队队列,在【分诊登记】页面,【自助登记客户】中显示自助登记列表,同时写入的门诊挂号记录状态会改为【暂存】,默认不在分诊队列中显示{
"data": {
"regMode": 0,
"registerLsh": 0,
"patientID": 0,
"regDate": "string",
"registerTypeID": 0,
"regFee": 0,
"verifyRegFee": true,
"registerDeptID": 0,
"registerDoctorID": 0,
"consultantID": 0,
"zDJZLXbh": "string",
"patientType": "string",
"consultIntention1": "string",
"consultIntention2": "string",
"consultIntention3": "string",
"appointmentLsh": 0,
"description": "string",
"memo": "string",
"operatorID": 0,
"operateSource": 0,
"queueType": 0,
"outsideSerialNo": "string"
},
"method": "string"
}
curl --location --request POST '' \
--header 'FRHis-Open-Timestamp;' \
--header 'FRHis-Open-App-Id;' \
--header 'FRHis-Open-Token;' \
--header 'FRHis-Open-RequestID;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"regMode": 0,
"registerLsh": 0,
"patientID": 0,
"regDate": "string",
"registerTypeID": 0,
"regFee": 0,
"verifyRegFee": true,
"registerDeptID": 0,
"registerDoctorID": 0,
"consultantID": 0,
"zDJZLXbh": "string",
"patientType": "string",
"consultIntention1": "string",
"consultIntention2": "string",
"consultIntention3": "string",
"appointmentLsh": 0,
"description": "string",
"memo": "string",
"operatorID": 0,
"operateSource": 0,
"queueType": 0,
"outsideSerialNo": "string"
},
"method": "string"
}'
{}