export enum RETURN_VISIT { 无需复诊, 需要复诊, } export enum APPOINTMENT_STATUS { 未接待, 已接诊, 作废, 已结束, 已出报告 } export enum APPOINTMENT_TYPE { 初诊, 复诊, }