diff --git a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/api.js b/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/api.js deleted file mode 100644 index fab81f1c..00000000 --- a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/api.js +++ /dev/null @@ -1,24 +0,0 @@ -import request from '@/utils/request' - -export function listInfusionRecord(query) { - return request({ - url: '/outpatientmanage/infusion/init', - method: 'get', - params: query - }) -} - -export function listPatients() { - return request({ - url: '/outpatientmanage/infusion/patients', - method: 'get', - }) -} - -export function updateInfusionRecord(data) { - return request({ - url: '/outpatientmanage/infusion/outpatient-record-skintest', - method: 'put', - data: data - }) - } \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/prescription.vue b/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/prescription.vue deleted file mode 100644 index 0ffc50d1..00000000 --- a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/component/prescription.vue +++ /dev/null @@ -1,222 +0,0 @@ - - - - - 打印处方 - 打印输液处方 - - - - 门诊号 - 12345689789123456 - - - 姓名 - 小红 - - - 性别 - 男 - - - 年龄 - 25岁10月10天 - - - - - 处方号 - 12345689789123456 - - - 医生 - 张三 - - - 类型 - 自自费费 - - - 登记时间 - 2025年1月1日 11:11:11 - - - - - 病人ID - 12345683456 - - - 状态 - 门诊就诊|不分发药|已审核 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 中药方付数:1 用法: - - - - - - - - - - - - - - - - - 是否执行 - - - - - - - - - - - - - - - - - 打印样本号 - - - - - - - - - - - - - - - - - - - - - - 耗材药房: - - - - - 更改耗材药房 - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue b/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue deleted file mode 100644 index c786e457..00000000 --- a/openhis-ui-vue3/src/views/clinicManagement/InfusionRecord/index.vue +++ /dev/null @@ -1,256 +0,0 @@ - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - - - - - - - - 搜索 - 重置 - 确认执行 - 取消执行 - 打印患者卡 - 打印瓶签 - 打印输液单 - - - - 院注医嘱 - - - - - - - - - - - - - - - - - - - - 执行 - - - - - - 院注执行历史 - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/clinicManagement/skinRecord/component/api.js b/openhis-ui-vue3/src/views/clinicManagement/skinRecord/component/api.js deleted file mode 100644 index 3a408dbe..00000000 --- a/openhis-ui-vue3/src/views/clinicManagement/skinRecord/component/api.js +++ /dev/null @@ -1,34 +0,0 @@ -import request from '@/utils/request' - -export function listSkinRecord(query) { - return request({ - url: '/outpatientmanage/skintest/outpatient-record-page', - method: 'get', - params: query - }) -} - -export function lists() { - return request({ - url: '/outpatientmanage/skintest/init', - method: 'get', - }) -} - - -export function updateSkinTestRecord(data) { - return request({ - url: '/outpatientmanage/outpatient-record-skintest', - method: 'put', - data: data - }) - } - - - export function updateNurseSign(data) { - return request({ - url: '/outpatientmanage/outpatient-record-signcheck', - method: 'put', - data: data - }) - } \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/clinicManagement/skinRecord/index.vue b/openhis-ui-vue3/src/views/clinicManagement/skinRecord/index.vue deleted file mode 100644 index eea58b93..00000000 --- a/openhis-ui-vue3/src/views/clinicManagement/skinRecord/index.vue +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - - {{ scope.row.medicationStatusEnum_enumText }} - - - - - - - - - - - {{ scope.row.clinicalStatusEnum_enumText }} - - - - - - - - {{ parseTime(scope.row.occurrenceStartTime) }} - - - - - {{ parseTime(scope.row.occurrenceEndTime) }} - - - - - - - 修改 - 签名 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/component/api.js b/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/component/api.js deleted file mode 100644 index 6689168b..00000000 --- a/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/component/api.js +++ /dev/null @@ -1,18 +0,0 @@ -import request from '@/utils/request' - -export function listOutpatienRecords(query) { - return request({ - url: '/patientmanage/records/outpatient-record-page', - method: 'get', - params: query - }) - } - - export function listDoctorNames() { - return request({ - url: '/patientmanage/records/init', - method: 'get', - }) - } - - diff --git a/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/index.vue b/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/index.vue deleted file mode 100644 index b655172c..00000000 --- a/openhis-ui-vue3/src/views/patientManagement/outpatienRecords/index.vue +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - 搜索 - 重置 - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/patientManagement/patientManagement/component/api.js b/openhis-ui-vue3/src/views/patientManagement/patientManagement/component/api.js deleted file mode 100644 index 722f3e90..00000000 --- a/openhis-ui-vue3/src/views/patientManagement/patientManagement/component/api.js +++ /dev/null @@ -1,80 +0,0 @@ -import request from '@/utils/request' - - -export function listmaritalstatus() { - return request({ - url: '/patientmanage/information/list-maritalstatus', - method: 'get', - }) -} - -export function listoccupationtype() { - return request({ - url: '/patientmanage/information/list-occupationtype', - method: 'get', - }) -} - -export function lisadministrativegender() { - return request({ - url: '/patientmanage/information/list-administrativegender', - method: 'get', - }) -} - -export function listbloodtypeabo() { - return request({ - url: '/patientmanage/information/list-bloodtypeabo', - method: 'get', - }) -} - - -export function listbloodtypearh() { - return request({ - url: '/patientmanage/information/list-bloodtypearh', - method: 'get', - }) -} - -export function listfamilyrelationshiptype() { - return request({ - url: '/patientmanage/information/list-familyrelationshiptype', - method: 'get', - }) - } - -// 新增 -export function addPatient(data) { - return request({ - url: '/patientmanage/information/patient-information', - method: 'post', - data: data - }) -} - -// 查询菜单列表 -export function listPatient(query) { - return request({ - url: '/patientmanage/information/patient-information-page', - method: 'get', - params: query - }) - } - export function lists() { - return request({ - url: '/patientmanage/information/init', - method: 'get' - }) - } - - // 修改 -export function updatePatient(data) { - return request({ - url: '/patientmanage/information/patient-information', - method: 'put', - data: data - }) - } - - diff --git a/openhis-ui-vue3/src/views/patientManagement/patientManagement/index.vue b/openhis-ui-vue3/src/views/patientManagement/patientManagement/index.vue deleted file mode 100644 index 5ea8c0ae..00000000 --- a/openhis-ui-vue3/src/views/patientManagement/patientManagement/index.vue +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - - 搜索 - 重置 - - - - - - 添加病人 - - - - - - - - - - - - - - - - - - - - - - - - - - - 修改 - 查看 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ item.info }} - - - - - - - - - {{ dict.label }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ data.name }} - ({{ data.children.length }}) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file
中药方付数:1 用法:
院注医嘱
院注执行历史