Commit Graph

584 Commits

Author SHA1 Message Date
337083de3d Merge branch 'dev' into feat/org-position-134 2025-11-11 08:14:34 +07:00
3822a9aa5f Merge branch 'dev' into feat/org-position-134 2025-11-11 08:13:30 +07:00
Munawwirul Jamal
d8015d87b5 Merge pull request #138 from dikstub-rssa/feat/fe-sep-113
Feat: Integration Vclaim Sep
2025-11-10 23:14:25 +07:00
riefive
498a4c1fe5 feat(encounter): enhance form submission handling with detailed logging and fallback mechanism 2025-11-10 13:58:58 +07:00
riefive
1cdcd80383 feat(encounter): add SEP validation and handling in entry form 2025-11-10 13:51:46 +07:00
riefive
6c542e5a54 refactor(encounter): improve form field synchronization and enhance loading state management 2025-11-10 13:23:03 +07:00
riefive
b52f438b23 feat(encounter): implement encounter detail loading and update handling in entry form 2025-11-10 12:44:27 +07:00
riefive
a8bc3647a1 refactor(encounter): streamline navigation logic and reintroduce patient list fetching on mount 2025-11-09 19:17:13 +07:00
riefive
df110912b8 feat(filter): update date range to use current date and one month ago for filtering 2025-11-09 19:08:58 +07:00
riefive
2bb9b04cf9 refactor(encounter): comment out navigation logic and update class code for ContentEncounterList 2025-11-09 19:06:35 +07:00
riefive
6dcc9e6c30 feat(encounter): add outpatient class and implement record deletion confirmation 2025-11-09 18:58:05 +07:00
riefive
5e309801ed feat(encounter): update encounter permissions and enhance entry form handling 2025-11-09 18:36:15 +07:00
riefive
9fad8f4123 refactor(encounter): reorganize imports and update data fetching method for encounter list 2025-11-09 17:47:11 +07:00
riefive
79e1d54710 feat(encounter): enhance entry form with submit method and save functionality 2025-11-09 17:43:55 +07:00
riefive
5b15f86acb fix(sep): add external mapper for member 2025-11-07 15:49:55 +07:00
riefive
c9f38b44f8 fix(encounter): change params resource value 2025-11-07 15:39:36 +07:00
riefive
630cda65af feat(sep): search member through vclaim 2025-11-07 15:37:45 +07:00
riefive
25b5ef0e87 feat(encounter): adjust component encounter list 2025-11-07 14:39:23 +07:00
riefive
8cc260f5c3 feat(encounter): adjust content of encounter and add page encounter for inpatient, emergency, outpatient 2025-11-07 14:15:35 +07:00
riefive
ca687911f5 feat(sep): modify item tree specialist 2025-11-07 13:45:14 +07:00
riefive
daf9c8f46c feat(sep): adjust entry form of sep 2025-11-06 15:50:29 +07:00
riefive
7eecdc67ec feat(sep): implement debounced search for patient identifiers and enhance entry form functionality 2025-11-06 14:45:24 +07:00
Munawwirul Jamal
db15ec9445 Merge pull request #140 from dikstub-rssa/feat/integrasi-assessment-medis-114
Feat/integrasi assessment medis 114
2025-11-06 14:30:41 +07:00
riefive
48b8ee5d2c feat(encounter): add patientId to formValues and reset recSelectId on add-sep event 2025-11-06 14:30:38 +07:00
riefive
d5c06add1d feat(sep): adjust entry in encounter 2025-11-06 14:16:20 +07:00
riefive
ff3b616742 refactor(sep): update vclaim visit service 2025-11-05 14:38:19 +07:00
riefive
4b6247ef79 refactor(sep): update data structure and types for SEP components 2025-11-05 14:16:21 +07:00
riefive
6840dfd5ac feat(vclaim-monitoring): enhance getList function to return dummy response on failure 2025-11-05 13:06:45 +07:00
Abizrh
013c18d746 Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/integrasi-assessment-medis-114 2025-11-05 10:04:26 +07:00
Abizrh
3cfa07149c feat (soapi): parse and display main complaint and diagnoses from json data 2025-11-05 10:04:15 +07:00
Khafid Prayoga
3ae81c29fd feat(subspecialist): enhance specialist details with unit and installation info
- Update Unit interface to allow null installation
- Include specialist.Unit and specialist.Unit.Installation in API includes
- Add Unit and Installation fields to subspecialist detail view
- Simplify list configuration headers and update keys for specialist name
2025-11-04 09:23:26 +07:00
Abizrh
6bb881d248 feat (soapi): implement soapi entry with form and list 2025-11-02 23:20:38 +07:00
Khafid Prayoga
581eee41f4 feat(subspecialist): add detail view and position management
- Implement detail view for subspecialist with specialist relation
- Add position management functionality including CRUD operations
- Create new components for detail display and position listing
- Update service to handle position-related requests
- Include employee selection for position assignments
2025-10-31 15:57:41 +07:00
Khafid Prayoga
ba0ac753b2 feat(subspecialist-position): implement crud operations for subspecialist positions
- Add new handler, service, and schema files for subspecialist position
- Update list configuration and entry form components
- Modify list view to display subspecialist position data
- Include subspecialist relation in position model
2025-10-31 14:57:45 +07:00
5f9e441147 dev: hotfix
- chore, .gitignore
- feat, ok button for my-ui/nav-footer
2025-10-31 14:30:19 +07:00
Khafid Prayoga
d3090d04ef feat(specialist): add unit info to specialist detail view
- Extend getDetail function to accept optional params
- Include unit data when fetching specialist details
- Display unit code alongside name in detail view
2025-10-31 13:34:45 +07:00
Khafid Prayoga
a4f8e1a64f feat(specialist): add specialist detail page with position management
- Add specialist detail page with unit relation
- Implement position management including CRUD operations
- Update specialist model to include unit relation
- Add list and detail components for specialist positions
- Create entry form for specialist positions
- Implement pagination and search for positions
- Add confirmation dialogs for delete operations
2025-10-31 11:18:00 +07:00
Khafid Prayoga
c340de3114 feat(specialist-position): implement crud operations for specialist positions
add handler, service, schema and update components for specialist position management
update list configuration and form to handle specialist relations
2025-10-31 10:55:45 +07:00
Abizrh
da80d1a206 feat (soapi): integrate icd selection 2025-10-30 20:47:11 +07:00
Abizrh
2ea51c4ffb enhance (icd): get provide data 2025-10-30 20:46:36 +07:00
Abizrh
608a0ce6c1 enhance (pub): adjust data-table toggleSelection 2025-10-30 20:45:46 +07:00
Khafid Prayoga
bf441ff714 refactor(components): change ID types from string to number and update related components
- Update installation and unit detail components to use number type for IDs
- Modify route parameter handling to pass numbers instead of strings
- Add new unit position entry detail component with proper type handling
2025-10-30 14:10:40 +07:00
Khafid Prayoga
343d1d21cb refactor(installation): rename component and ensure installationId is number
Rename AppInstallationPositionEntry to AppInstallationPositionEntryDetail for better clarity and ensure installationId is properly typed as number. The new component includes form handling for installation position details.
2025-10-30 13:56:14 +07:00
Khafid Prayoga
61d3db3a12 feat(unit): add unit detail page with position management
- Create new unit detail page with route and navigation
- Add unit detail component to display basic unit information
- Implement position list management with pagination and actions
- Include position creation, editing and deletion functionality
- Update unit model to include installation relationship
2025-10-30 12:56:28 +07:00
Khafid Prayoga
b073fb60d1 feat(models): add employee relation to position interfaces
Add optional Employee type to specialist, installation and subspecialist position interfaces to support employee relation in the data model.
2025-10-30 12:16:51 +07:00
Khafid Prayoga
1dc42be406 feat(unit-position): implement crud operations and update ui components
- Add new handler, service, and schema files for unit-position
- Update list configuration and entry form components
- Modify page title and integrate employee relation
- Implement CRUD operations with proper validation
2025-10-30 12:14:32 +07:00
Khafid Prayoga
59f1def565 Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into feat/org-position-134 2025-10-30 11:03:48 +07:00
Muhammad Hasyim Chaidir Ali
831749a55e Merge branch 'feat/resume-81' into dev 2025-10-29 13:32:23 +07:00
riefive
02e33c4f61 fix: refactor view letter 2025-10-29 13:22:06 +07:00
riefive
2d2e14ede0 fix: resolve conflict on nuxt setting 2025-10-29 13:05:50 +07:00