Commit Graph

906 Commits

Author SHA1 Message Date
Abizrh 572b1642af Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/kajian-awal-keperawatan-184 2025-12-03 20:44:18 +07:00
Khafid Prayoga 6d8b4e9a78 fix warning
submenu.vue:39 [Vue warn]: Vue received a Component that was made a reactive object. This can lead to unnecessary performance overhead and should be avoided by marking the component with markRaw or using shallowRef instead of ref.
2025-12-03 17:57:56 +07:00
Khafid Prayoga da26790513 mv treatment-report to action-report based on encounter menu id list 2025-12-03 17:49:48 +07:00
Khafid Prayoga 8fa1f61b19 Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/laporan-tindakan-185 2025-12-03 17:16:32 +07:00
riefive acc45b205f fix: upload sep + sipp file 2025-12-03 16:25:15 +07:00
riefive f94e8df57f fix: reload doctor fetch 2025-12-03 15:54:57 +07:00
riefive 5059f24c60 fix: reload object encounter 2025-12-03 15:37:39 +07:00
riefive 3b6a6e5bf1 fix: page checker to avoid error 2025-12-03 15:26:00 +07:00
riefive e1c4c585b1 fix: page encounter main 2025-12-03 15:06:58 +07:00
munawwirul_jamal 0a0fb73483 feat/procedure-room-order: flow for procedure room 2025-12-03 14:33:13 +07:00
riefive 04efd22f85 fix: update link item filtering logic for registration group 2025-12-03 13:51:13 +07:00
riefive 75e0e8ac18 feat: enhance filter navigation with role-based visibility and active position handling 2025-12-03 13:36:14 +07:00
riefive 4c670701c4 feat: enhance filter navigation with role-based visibility and active position handling 2025-12-03 13:22:25 +07:00
riefive 6a27c1f346 feat: update payment handling and remove unused code in entry forms 2025-12-03 12:05:23 +07:00
Andrian Roshandy 7b4b4eecf9 Merge branch 'feat/mcu-order' into feat/procedure-room-order 2025-12-03 10:18:15 +07:00
Andrian Roshandy 782034c2b1 Merge branch 'dev' into feat/micro-lab-order-50 2025-12-03 10:16:45 +07:00
riefive 42bb79554f fix: solve entry on encounter 2025-12-03 10:06:51 +07:00
Andrian Roshandy 9f72e1df47 Merge branch 'dev' into feat/procedure-room-order 2025-12-03 10:02:57 +07:00
riefive e8c15e189f fix: solve edit + add pages 2025-12-03 09:55:35 +07:00
munawwirul_jamal b80ee5a55e dev: hotfix, my-ui/combobox v-model 2025-12-03 09:46:40 +07:00
Andrian Roshandy fa0ae9866e feat/procedure-room-order: wip #3 2025-12-03 09:44:33 +07:00
Andrian Roshandy ce93f996d9 feat/procedure-room-order: wip #2
+ procedure-room
2025-12-03 09:43:36 +07:00
Andrian Roshandy 4444e87cb3 feat/procedure-room-order: wip #1
+ material-package
+ material-package-item
2025-12-03 09:42:31 +07:00
riefive f0d3de26be feat: remove file type validation from file upload component 2025-12-03 09:41:41 +07:00
Abizrh 3038448f4a feat (initial-nursing): add initial nursing entry form and preview 2025-12-02 16:48:24 +07:00
riefive f95d8f3009 feat: modify file upload component 2025-12-02 16:08:41 +07:00
Khafid Prayoga a011e3a2eb Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/laporan-tindakan-185 2025-12-02 15:06:56 +07:00
munawwirul_jamal 9a8ee9d90f dev: hotfix, consultation 2025-12-02 14:50:10 +07:00
Abizrh ff4aefa593 🐛 fix (api): correct type code parameter name in api requests 2025-12-02 14:46:53 +07:00
Abizrh a1a2a92ebd ⚙️ chore (initial-nursing): remove unused functions and adjust type code 2025-12-02 14:45:51 +07:00
Abizrh b24a33c802 🐛 fix (initial-nursing): correct typecode value 2025-12-02 14:27:41 +07:00
Khafid Prayoga 45e3d60618 done delete row on list laporan tindakan 2025-12-02 14:23:22 +07:00
Khafid Prayoga dfc25f0048 feat(encounter): laporan tindakan cru
feat(treatment-report): add view mode for treatment reports

- Introduce new View component for displaying treatment report details
- Extend useQueryCRUDMode to support 'view' mode
- Update List component to handle view actions
- Implement navigation between list, entry and view modes

refactor(treatment-report): improve navigation flow between views

- Add fromView flag to track navigation origin
- Implement smart back navigation (goBack) that returns to previous view
- Update edit handlers to pass navigation context
- Clean up unused back handlers in form component

cleanup

set responsive details
2025-12-02 13:48:43 +07:00
riefive 38ecb5fa08 feat: add encounterId handling in SEP entry and update validation logic in integration schema 2025-12-02 13:31:17 +07:00
riefive a058fd6659 feat: add new encounter entry form and handler with VClaim SEP and member validation. 2025-12-02 12:50:14 +07:00
riefive 4df67ed979 feat: Implement encounter add/edit forms for inpatient, outpatient, and emergency features, and remove outdated documentation. 2025-12-02 12:09:48 +07:00
Khafid Prayoga be1b86141f impl: form entry with source of add,edit
feat(treatment-report): add history list component and dialog integration

- Create new list-history.vue component for displaying treatment report history
- Add configuration file for history list data table
- Integrate history list into main treatment report view with dialog
- Replace simple filter button with action buttons including history view

feat(treatment-report): implement crud navigation and form actions

- Add new entry component for treatment report with list and form views
- Implement back navigation using useQueryCRUDMode
- Replace form submit button with action footer component
- Update dropdown action component for detail view

refactor(treatment-report): restructure form components and update mode handling

- Rename 'add.vue' to 'form.vue' for better clarity
- Update form mode types from 'create|update|view' to 'add|edit|view'
- Implement proper reactive state handling for form modes
- Add new form component with loading states and mock data
- Enhance list component with action handlers and navigation

fix default calculated hours
2025-12-02 11:49:40 +07:00
munawwirul_jamal e6ac4bbadd dev: hotfix, blocking error on build removal 2025-12-02 10:34:30 +07:00
Andrian Roshandy 88a2dc5aba feat/page-cleaning: adjust add encounter 2025-12-02 10:02:00 +07:00
Andrian Roshandy d221203bd5 Merge branch 'dev' into feat/page-cleaning 2025-12-02 03:23:36 +07:00
Andrian Roshandy 5659aba875 feat/page-cleaning: adjust encounter quick info 2025-12-02 03:23:26 +07:00
Abizrh e5a227989b feat (encounter): add initial nursing study feature 2025-12-01 22:53:42 +07:00
Munawwirul Jamal fe47ba51b2 Merge pull request #181 from dikstub-rssa/feat/kfr-kemoterapi-174
Feat/kfr kemoterapi 174
2025-12-01 20:48:45 +07:00
munawwirul_jamal d34557522b Merge branch 'dev' into feat/kfr-kemoterapi-174 2025-12-01 20:47:45 +07:00
munawwirul_jamal 44e349a2f5 Merge branch 'dev' into feat/laporan-operasi-182 2025-12-01 20:46:27 +07:00
riefive 4dc7aa2fe9 feat: add diagnosis name handling and update SEP title in integration pages 2025-12-01 14:53:09 +07:00
riefive 6d3dc0e426 feat: enhance SEP entry form and detail handling with conditional disabling and improved data filtering 2025-12-01 12:02:26 +07:00
riefive 4536ca2ef9 feat: enhance SEP entry form and handling with new readonly mode and improved data fetching 2025-12-01 11:42:32 +07:00
Andrian Roshandy bae0a222b8 feat/micro-lab-order-50: adjust for antibiotic 2025-12-01 01:51:04 +07:00
Andrian Roshandy 1ee0f39e7d feat/micro-lab-order-50: added antibiotic 2025-12-01 01:50:39 +07:00