riefive
c3a7352fb8
feat(sep): fix get patient data
2025-10-20 13:56:45 +07:00
riefive
afb67e68f0
feat(sep): implement table history
2025-10-20 13:56:45 +07:00
riefive
86c0544990
feat(sep): add service vclaim dpjp
2025-10-20 13:56:45 +07:00
riefive
45b0450236
feat(sep): testing integrate reference
2025-10-20 13:56:45 +07:00
riefive
240e5d68b7
feat(sep): modify server request for vclaim
2025-10-20 13:56:45 +07:00
riefive
f10ef61f4a
feat(sep): add vclaim region service + fix server req
2025-10-20 13:56:45 +07:00
riefive
ad56cf60ac
fix: resolve conflict
2025-10-20 13:56:37 +07:00
riefive
c5814985d1
feat(sep): add preview sep
2025-10-20 13:55:18 +07:00
riefive
0cb06b764b
feat(sep): add value of patient when click search patient
2025-10-20 13:55:18 +07:00
riefive
f4534c25c5
feat(sep): modify schema
2025-10-20 13:55:18 +07:00
riefive
ba79251d36
fix(sep): fixing pagination and schema
2025-10-20 13:55:18 +07:00
riefive
e5df79c2fa
fix(sep): integrate search + pagination on patient
2025-10-20 13:55:18 +07:00
riefive
d9e49a7907
fix: change kode-penunjang inside block
2025-10-20 13:55:18 +07:00
riefive
d90aff061c
fix(sep): add fetch patient
2025-10-20 13:55:18 +07:00
riefive
fb6dd750b9
fix(sep): adjustment schema + style
2025-10-20 13:55:18 +07:00
Munawwirul Jamal
e1942d1b70
Merge pull request #123 from dikstub-rssa/feat/consultation-82
...
Feat/consultation 82
2025-10-20 10:15:38 +07:00
f3b45f2cb1
feat/consulation-82: done
2025-10-20 09:34:42 +07:00
e1358c0d9e
Merge branch 'dev' into feat/consultation-82
2025-10-19 22:56:00 +07:00
5dc5eade53
Merge branch 'dev' into feat/consultation-82
2025-10-19 22:54:37 +07:00
Munawwirul Jamal
ae2a924177
Merge pull request #122 from dikstub-rssa/feat/encounter
...
feat/encounter: improved processing needs
2025-10-19 22:00:09 +07:00
761fe4e0ed
feat/encounter: improved processing needs
2025-10-19 21:57:17 +07:00
971ff14682
dev: hotfix, params for svc crud-base
2025-10-19 21:56:24 +07:00
8d3e8350ce
Merge branch 'dev' into feat/consultation-82
2025-10-19 06:30:09 +07:00
c4eeda5777
Merge branch 'dev' into feat/consultation-82
2025-10-19 06:27:59 +07:00
Munawwirul Jamal
db55bf776b
Merge pull request #121 from dikstub-rssa/feat/encounter
...
Feat/encounter
2025-10-19 06:26:52 +07:00
cc29ad1ff7
Merge branch 'dev' into feat/encounter
2025-10-19 06:24:44 +07:00
Munawwirul Jamal
485446adbf
Merge pull request #118 from dikstub-rssa/feat/patient-63
...
wip: Feat/patient 63
2025-10-18 06:56:08 +07:00
07c5b80199
feat/patient-63: cleaning
2025-10-18 06:55:56 +07:00
8b869f6d4d
Merge branch 'dev' into feat/patient-63
2025-10-18 06:53:32 +07:00
723cd2c7b3
dev: compact styling
2025-10-18 06:52:12 +07:00
708d5d6975
feat/patient-63: cleaning and resolve conflict
2025-10-18 06:47:17 +07:00
0c24befd29
Merge branch 'dev' into feat/patient-63
2025-10-17 16:54:30 +07:00
e6717e2b6d
dev: hotfix, content header adjustment
2025-10-17 16:53:44 +07:00
6f8eed1280
dev: hotfix, content header adjustment
2025-10-17 16:53:07 +07:00
397d744f34
dev: hotfix, improvements
...
+ components/pub/my-ui/data-table
+ components/pub/ui/badge
+ lib/date
2025-10-17 16:53:07 +07:00
60f2d8378c
dev: hotfix, data table
...
+ deepFetch for nested field
+ sampel
2025-10-17 16:53:06 +07:00
2b8c16043a
dev: hotfix, default API_ORIGIN
2025-10-17 16:53:06 +07:00
ad94e1d06f
dev: hotfix, styling
...
+ sidebar
+ modal and dialog
2025-10-17 16:53:06 +07:00
Munawwirul Jamal
4adf31516e
Merge pull request #120 from dikstub-rssa/feat/clinical-src-119
...
feat(clinical): impl diagnose, procedure, medical action CRUD
2025-10-17 16:46:26 +07:00
Khafid Prayoga
f4dadd67f8
feat(medical-action-src): add type code selection with strict typing
...
- Add medicalActionTypeCode constants and type definition
- Update MedicalActionSrc interface to use strict type for type_code
- Implement select dropdown for type code in entry form
- Enable type code validation in schema
2025-10-17 16:23:51 +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
53a1b7d4ae
feat/encounter: wip
2025-10-17 02:19:12 +07:00
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
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