Commit Graph

1104 Commits

Author SHA1 Message Date
riefive 90ab600755 feat(sep): testing vclaim monitoring 2025-10-17 14:34:21 +07:00
Khafid Prayoga 2b8bf55e8a feat(medical-action): implement medical action source management
- Add medical action source list component with pagination and search
- Create CRUD operations for medical action source
- Implement form entry and validation for medical action source
- Add confirmation dialog for delete operations
2025-10-17 13:20:29 +07:00
Khafid Prayoga 7ed5177127 rename directory to match backend service apis 2025-10-17 11:12:20 +07:00
Khafid Prayoga 1b61265f8c feat(diagnose-src): implement diagnose source CRUD functionality
- Add diagnose source list, entry form, and related components
- Create services, handlers, and schemas for diagnose source operations
2025-10-17 11:08:21 +07:00
Khafid Prayoga 1ba37e46e1 feat(mcu-procedure): add procedure source management feature
- Implement procedure source list view with pagination and search
- Add create, read, update, and delete operations for procedure sources
- Include form validation using zod schema
- Set up data table configuration for procedure listing
- Add confirmation dialogs for delete operations
- Update delete record confirmation based on list config delKeyNames
2025-10-17 10:31:03 +07:00
Khafid Prayoga c4593eba09 Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/clinical-src-119 2025-10-17 09:21:54 +07:00
munawwirul_jamal 53a1b7d4ae feat/encounter: wip 2025-10-17 02:19:12 +07:00
munawwirul_jamal 61a3e8597b dev: hotfix, improvements
+ components/pub/my-ui/data-table
+ components/pub/ui/badge
+ lib/date
2025-10-17 02:18:25 +07:00
Khafid Prayoga 586c043411 feat(mcu-src): add new medical checkup source pages
Add index pages for medical checkup source features including diagnosis, procedure, and medical action lists
2025-10-16 16:42:02 +07:00
munawwirul_jamal a4fb33dc3e dev: hotfix, data table
+ deepFetch for nested field
+ sampel
2025-10-16 16:06:02 +07:00
Khafid Prayoga f7d9027037 feat(side-menu): add new menu items for MCU section
Add procedure, diagnosis, and medical action links to the MCU section of the side menu to improve navigation and user access to these features
2025-10-16 15:53:57 +07:00
Khafid Prayoga 9b38689f79 feat(models): add source models for medical entities
Add new model interfaces and generators for diagnose, procedure, medical action and its items. These models will be used as base structures for medical data processing.
2025-10-16 15:35:29 +07:00
riefive b25b463725 feat(sep): add preview sep 2025-10-16 14:33:16 +07:00
Khafid Prayoga 070239270e feat(patient): add patient handler and refactor form submission
- Introduce new patient handler using genCrudHandler for CRUD operations
- Refactor patient entry form to use handler for save operations
- Separate form data composition from submission logic
- Handle file uploads and navigation after successful submission
2025-10-16 14:04:00 +07:00
riefive e942975f02 feat(sep): add value of patient when click search patient 2025-10-16 13:30:14 +07:00
riefive d7e4ed9345 feat(sep): modify schema 2025-10-16 13:02:18 +07:00
munawwirul_jamal cc848a662f dev: hotfix, default API_ORIGIN 2025-10-16 12:56:50 +07:00
munawwirul_jamal 3ad14f68ef Merge branch 'dev' into feat/consultation-82 2025-10-16 07:58:54 +07:00
munawwirul_jamal bf831edead dev: hotfix, styling
+ sidebar
+ modal and dialog
2025-10-16 05:28:40 +07:00
munawwirul_jamal 72f2e86601 feat/consultation-82: wip 2025-10-16 04:46:06 +07:00
munawwirul_jamal a4dc7d72ec chore: modified gitignore and readme 2025-10-16 03:24:15 +07:00
munawwirul_jamal c8ec0410e6 Merge branch 'dev' into feat/consultation-82 2025-10-15 20:13:47 +07:00
Khafid Prayoga 20b96ab7e4 wip: data masih dead pixel upload sukses 2025-10-15 16:37:46 +07:00
riefive 9a0a9f68bf fix(sep): fixing pagination and schema 2025-10-15 16:01:19 +07:00
riefive a4ea6665af fix(sep): integrate search + pagination on patient 2025-10-15 13:49:42 +07:00
Khafid Prayoga 4976916780 Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/patient-63 2025-10-15 12:45:40 +07:00
riefive 10177da308 fix: change kode-penunjang inside block 2025-10-15 09:51:44 +07:00
munawwirul_jamal 1cae6de418 dev: chore, update .gitgnore 2025-10-15 07:57:43 +07:00
munawwirul_jamal 1a5427cf55 dev: hotfix, chore on .vscode dir 2025-10-15 07:56:35 +07:00
munawwirul_jamal 32c815a6e5 dev: hotfix, cleaning data-table 2025-10-15 07:37:57 +07:00
riefive 76992b09f2 fix(sep): add fetch patient 2025-10-14 14:28:21 +07:00
Khafid Prayoga dd0c2864c7 wip: file upload basic 2025-10-14 13:41:15 +07:00
Khafid Prayoga ed9dcd9753 refactor(select-birth-place): simplify regency selection by removing pagination
Remove pagination and search functionality from regency selection as they're not needed in this context. Replace ComboboxPaginated with simpler Combobox component and adjust useRegencies composable options accordingly.
2025-10-14 13:01:01 +07:00
Khafid Prayoga bc286f16c8 wip: select regency paginated
todo: search reactive

wip: paginated regency

todo: search bind

wip gess
2025-10-14 11:36:55 +07:00
riefive 0c26be3c07 fix(sep): adjustment schema + style 2025-10-14 09:56:28 +07:00
munawwirul_jamal 0e43bff367 dev: hotfix, added userQueryCRUD 2025-10-13 21:40:12 +07:00
munawwirul_jamal 7ddb14accc dev: hotfix, added userQueryCRUD 2025-10-13 16:38:23 +07:00
Khafid Prayoga c8620e4ed2 Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/patient-63 2025-10-13 13:13:54 +07:00
Khafid Prayoga 46911514fb refactor: postal region, add new field on list
feat: implement postal region model and update address handling

- Add new PostalRegion model and service
- Replace postalCode with postalRegion in address-related components
- Update schemas and models to use locationType_code consistently
- Add usePostalRegion composable for postal code selection
- Modify patient form to handle address changes more robustly

feat(patient): add ID column and improve date formatting

- Add patient ID column to patient list
- Format dates using 'id-ID' locale in preview
- Update identity number display for foreign patients
- Include passport number for foreign nationals
2025-10-13 13:07:00 +07:00
Andrian Roshandy 7159bd6566 Merge branch 'dev' into fe-prescription-56 2025-10-13 07:45:15 +07:00
Andrian Roshandy ccc9b0bda3 Merge branch 'dev' into fe-prescription-56 2025-10-13 07:44:40 +07:00
Munawwirul Jamal be5768b842 Merge pull request #112 from dikstub-rssa/feat/cleaning
feat/cleaning: complete the pages
2025-10-13 07:37:18 +07:00
munawwirul_jamal 39cfe08a62 feat/cleaning: complete the pages 2025-10-13 07:35:00 +07:00
Andrian Roshandy 6bdee66cc6 feat/encounter: wip 2025-10-13 06:26:30 +07:00
Andrian Roshandy f7c53fc4e5 Merge branch 'dev' into feat/encounter-status-107 2025-10-13 06:24:45 +07:00
munawwirul_jamal cad7ac6a71 dev: hotfix, adjust some inputs 2025-10-12 21:24:35 +07:00
Munawwirul Jamal e71bb4d13d Merge pull request #110 from dikstub-rssa/feat/encounter
Feat/encounter
2025-10-12 16:15:48 +07:00
munawwirul_jamal c31b5a61ff Merge branch 'dev' into feat/encounter 2025-10-12 16:15:27 +07:00
Munawwirul Jamal b649f6cd23 Merge pull request #109 from dikstub-rssa/feat/rehab-medical-assessment-76-new
 feat (soapi): introduce early rehab and function forms
2025-10-12 16:11:57 +07:00
munawwirul_jamal 0f7f4f592b feat/encounter: cleaning 2025-10-12 16:10:06 +07:00