2025-07-30 16:22:38 +08:00

21 lines
986 B
Plaintext

export { PatientApplyPage } from './src/main/ets/components/PatientApplyPage'
export { PatientSetMsgPage } from './src/main/ets/components/PatientSetMsgPage'
export { applyListCallBacl, applyListModel, applyHistoryCallBacl , historyObjectModel, historyModel } from './src/main/ets/models/ApplyModel'
export { PatientsGroup } from './src/main/ets/components/PatientsGroup'
export { groupRequest,groupRequestCall,groupModel,patientListModel } from './src/main/ets/models/PatientsGroupModel'
export { BuildOrEditGroupPage } from './src/main/ets/components/BuildOrEditGroupPage'
export { PatientsListComp } from './src/main/ets/components/PatientsListComp'
export { PatientDetailsComp } from './src/main/ets/components/PatientDetailsComp'
export { GroupManagementComp } from './src/main/ets/components/GroupManagementComp'
export { MassSendingComp } from './src/main/ets/components/MassSendingComp'
export { FollowPlanListComp } from './src/main/ets/components/FollowPlanListComp'