Commit Graph

235 Commits

Author SHA1 Message Date
munawwirul_jamal 337083de3d Merge branch 'dev' into feat/org-position-134 2025-11-11 08:14:34 +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 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
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
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
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
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 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
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
riefive 0ecac1c183 fix: recheck create sep 2025-10-28 16:14:18 +07:00
Khafid Prayoga d7e9ae03cb feat(ui): add back navigation button to detail pages
- Implement reusable back button component
- Add back button to division and installation detail pages
- Improve navigation logic with additional state cleanup
2025-10-28 15:49:39 +07:00
Khafid Prayoga 54db81a5b9 feat(installation): implement detail view and navigation for installations
- Replace direct detail display with navigation to dedicated detail page
- Add new installation detail components and configuration
- Remove unused entry.ts file
- Create new route for installation detail view
2025-10-28 15:03:49 +07:00
riefive b330609212 fix: handle file upload 2025-10-28 15:01:33 +07:00
riefive aeaefb9478 feat(sep): refactor table letter 2025-10-28 14:01:09 +07:00
riefive 87762cf17a feat(sep): refactor monitoring of vclaim 2025-10-28 13:04:35 +07:00
Khafid Prayoga dc653402c7 feat(installation-position): implement crud operations and ui components
- Add installation position handler, service, and schema
- Update list configuration and entry form components
- Enhance pagination component with configurable controls
- Implement installation position list view with search and pagination
2025-10-28 12:45:57 +07:00
riefive 2239b94632 fix: refetch doctor by specialist 2025-10-28 10:42:29 +07:00
riefive 99c5266f2b fix: add tree select subspecialist and filter doctor 2025-10-28 10:02:12 +07:00
Khafid Prayoga bc4f5ddb0b wip: orgs position 2025-10-27 16:36:24 +07:00