You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
2.7 KiB
Java
126 lines
2.7 KiB
Java
package com.ann.demo.entity.constant;
|
|
|
|
/**
|
|
* @Description 接口名称
|
|
* @Date 2019/7/10 9:46
|
|
* @Created by ljx
|
|
*/
|
|
public class InterfaceName {
|
|
|
|
/**
|
|
* 用户、科室接口 ReceiveDict
|
|
*/
|
|
public static final String RECEIVE_DICT = "his系统";
|
|
/**
|
|
* V3接口
|
|
*/
|
|
public static final String HIP_MESSAGE_SERVER = "HIPMessageServer";
|
|
|
|
/**
|
|
* 检查报告参数
|
|
*/
|
|
public static final String PARAMETER_REPORT = "ExamReportBackRequest";
|
|
|
|
/**
|
|
* 超声
|
|
*/
|
|
public static final String ULTRASOUND_REPORT = "超声系统";
|
|
/**
|
|
* 心电图
|
|
*/
|
|
public static final String EKG_REPORT = "心电图系统";
|
|
/**
|
|
* 病理
|
|
*/
|
|
public static final String PATHOLOGY_REPORT = "病理系统";
|
|
/**
|
|
* 放射
|
|
*/
|
|
public static final String RADIATION_REPORT = "PACS系统";
|
|
|
|
/**
|
|
* petct
|
|
*/
|
|
public static final String PET_REPORT = "核医学系统";
|
|
/**
|
|
* 入院参数
|
|
*/
|
|
public static final String PARAMETER_ADMISSION = "InPatientAddRequest";
|
|
/**
|
|
* 出院参数
|
|
*/
|
|
public static final String PARAMETER_DISCHARGE = "PatientOutRequest";
|
|
|
|
/**
|
|
* 转科参数
|
|
*/
|
|
public static final String PARAMETER_TRANSFER = "InpatientTransferRequest";
|
|
|
|
/**
|
|
* 取消入院
|
|
*/
|
|
public static final String PARAMETER_CANCELLATION_DISCHARGE = "CalPatientRequest";
|
|
|
|
|
|
/**
|
|
* 检查申请单
|
|
*/
|
|
public static final String PARAMETER_EXAMAPPLY = "ExamApplyRequest";
|
|
|
|
|
|
/**
|
|
* 病案首页
|
|
*/
|
|
public static final String INP_SUMMARY = "InpSummary";
|
|
|
|
/**
|
|
* 手麻报告
|
|
*/
|
|
public static final String HANDNUMBNESS_REPORT = "手麻系统";
|
|
|
|
/**
|
|
* 重症ICU报告
|
|
*/
|
|
public static final String ICU_REPORT = "重症监护归档";
|
|
|
|
/**
|
|
* 输血单
|
|
*/
|
|
public static final String BLOODAPPLY_REPORT = "输血系统";
|
|
|
|
/**
|
|
* 医生资料 病案首页 病历文书
|
|
*/
|
|
public static final String DOCTOR_DATA = "DoctorData";
|
|
|
|
/**
|
|
* 护士资料 评估单 体温单 护理单2
|
|
*/
|
|
public static final String NURSE_DATA = "NurseData";
|
|
|
|
/**
|
|
* lis系统
|
|
*/
|
|
public static final String INSPECTION_REPORT = "LIS系统";
|
|
public static final String INSPECTION_REPORT_NAME = "LisSendReportBack";
|
|
|
|
/**
|
|
* 扫描文件
|
|
* ScanningFile
|
|
*/
|
|
public static final String SCANNING_FILE = "扫描系统";
|
|
|
|
/**
|
|
* 2019-12-23
|
|
* 检验申请单
|
|
*/
|
|
public static final String PARAMETER_INSPECTIONAPPLY = "InspectionApplyRequest";
|
|
|
|
/**
|
|
* 2020-2-28
|
|
* 检体核收
|
|
*/
|
|
public static final String PARAMETER_VERIFICATIONINSPECTIONAPPLY = "VerificationInspectionApplyRequest";
|
|
|
|
}
|