|
@ -122,15 +122,15 @@ const CONTENT_TYPES = {
|
|
|
exports.CONTENT_TYPES = CONTENT_TYPES;
|
|
|
|
|
|
exports.SOCKET_TYPES={
|
|
|
PATIENT:"patient",
|
|
|
PATIENT_SYSTEM:"patient_system",
|
|
|
PC_PATIENT:"pc_patient",
|
|
|
PC_PATIENT_SYSTEM:"pc_patient_system",
|
|
|
DOCTOR:"doctor",
|
|
|
DOCTOR_SYSTEM:"doctor_system",
|
|
|
PC_DOCTOR:"pc_doctor",
|
|
|
PC_DOCTOR_SYSTEM:"pc_doctor_system",
|
|
|
PCIM_DOCTOR:"pcim_doctor",
|
|
|
PATIENT:"patient",//居民微信
|
|
|
PATIENT_SYSTEM:"patient_system",//居民微信外层
|
|
|
PC_PATIENT:"pc_patient",//居民PC
|
|
|
PC_PATIENT_SYSTEM:"pc_patient_system",//居民PC外层
|
|
|
DOCTOR:"doctor",//医生APP
|
|
|
DOCTOR_SYSTEM:"doctor_system",//医生APP外层
|
|
|
PC_DOCTOR:"pc_doctor",//医生PC
|
|
|
PC_DOCTOR_SYSTEM:"pc_doctor_system",//医生PC外层
|
|
|
PCIM_DOCTOR:"pcim_doctor",//中山医院医生MDT
|
|
|
DEMO:"demo"
|
|
|
}
|
|
|
|