Commit Graph

1082 Commits

Author SHA1 Message Date
a0bff58d49 update: compounding medicine done 2026-03-26 13:57:30 +07:00
db8325e00b feat(pharmacy): add active ingredient field to item master 2026-03-26 09:21:17 +07:00
938ea5b55b update: cancel outpatient registration 2026-03-25 15:41:07 +07:00
65b9ba9454 update:fare type done 2026-03-25 14:00:50 +07:00
ad965987ce add quota on schedule 2026-03-25 11:19:54 +07:00
91078871e7 fix schedule 2026-03-24 20:22:44 +07:00
972324aa43 feat(schedule): add series and exception entities 2026-03-24 20:16:52 +07:00
a2864b2386 update 2026-03-18 15:37:28 +07:00
741483fc8b update 2026-03-18 13:47:01 +07:00
b0b68d23b3 update pharmacy initial stock and receive order validation 2026-03-18 12:23:37 +07:00
ea413af370 planning verificator 2026-03-18 09:41:28 +07:00
455d29cbad room to pharmacy 2026-03-18 09:26:56 +07:00
2d36b697ea feat(emr): add prescription order entities and status enum 2026-03-18 09:03:45 +07:00
9e9b59dc54 Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-17 11:47:14 +07:00
fb073c042f update:delivery room done 2026-03-17 11:46:41 +07:00
788264d51d refactor(db): rename doctor_favorite_item to doctor_item 2026-03-17 11:18:22 +07:00
c8b5dd119c update 2026-03-17 10:20:37 +07:00
3cbf0ea002 Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-17 10:17:50 +07:00
4bfd0909a3 update 2026-03-17 10:17:18 +07:00
b89bea7261 feat(db): add doctor favorite and item package entities 2026-03-16 16:32:40 +07:00
4b3bc39e21 update: detail receive order 2026-03-16 15:38:18 +07:00
b608db2079 update: room order done 2026-03-16 14:48:43 +07:00
ef9743c83c Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-16 11:17:00 +07:00
13501dc532 update: order item and receive order done 2026-03-16 11:14:51 +07:00
f8d3bdfbb7 feat(emr)!: align consultation registration links 2026-03-16 09:30:24 +07:00
06887c8ab8 feat(emr): add patient and doctor relations to procedure 2026-03-12 16:56:26 +07:00
61655cbbe3 Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-12 12:37:37 +07:00
bcb328a1c3 fix diagnostic procedure 2026-03-12 12:37:28 +07:00
9f3a8aef06 update add new column: stock 2026-03-12 12:15:50 +07:00
e253533fe8 add new entity: initial stock 2026-03-12 12:09:41 +07:00
f2d5f09763 fix diagnostic procedure 2026-03-12 10:12:25 +07:00
f38f20543c fix diagnosis type enum 2026-03-12 09:47:25 +07:00
2d452f524b fix(emrdiagnosis): use emr registration relation 2026-03-12 09:36:19 +07:00
22b6eb3fc0 fix(emrdiagnosis): add column regis outpatient 2026-03-12 08:41:01 +07:00
9d9cca2a31 fix(emr): rename outpatient self-reference field 2026-03-11 16:35:42 +07:00
19b81b0a6c fixing 2026-03-11 16:25:13 +07:00
e3d90532a9 feat(opd): add appointment id col 2026-03-11 16:19:21 +07:00
7db7e5f1cb Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-11 15:38:28 +07:00
4a1cec8e45 update: solve error in item master 2026-03-11 15:34:17 +07:00
98a2d3d16b fixing 2026-03-11 14:52:50 +07:00
28bf684529 fix(db): map physical exam to patient 2026-03-11 13:51:53 +07:00
bf1fd470c3 update 2026-03-11 13:48:16 +07:00
03d8c204e3 Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-11 13:48:13 +07:00
077e1d7859 update: add large_unit and small_unit to pharmacy unit 2026-03-11 13:46:28 +07:00
411de04406 fix emr diet 2026-03-11 13:34:58 +07:00
8c66518127 fix(db): map physical exam to outpatient registration
use outpatient registration as the linked record for physical
examinations and enforce a one-to-one relationship.
rename the relation field to registration_outpatient for clarity
2026-03-11 11:00:00 +07:00
782667f73a fix(db): map emr records to outpatient registration
Switch anamnesis and vital signs to reference
EmrRegistrationOutpatient with one-to-one relations.
Rename complaint and blood pressure fields to use consistent,
correct naming.

BREAKING CHANGE: emr_anamnesis.registration is now
registration_outpatient and chief_complaint is now main_complaint.
emr_vital_signs.registration is now registration_outpatient and
blood_preasure is now blood_pressure.
2026-03-10 22:51:03 +07:00
543b0d3407 feat(db): add outpatient link to consultations
add a registration_outpatient relation to internal consultations to
track outpatient registration context directly

rename emrpatient to patient and dates to referring_date for clearer
field semantics, and make referring_room optional with a default
CURRENT_DATE for referring_date

BREAKING CHANGE: emr_internal_consultation fields emrpatient and dates
are renamed to patient and referring_date
2026-03-10 15:27:43 +07:00
4b2b5c8133 fixing 2026-03-10 10:35:44 +07:00
457f9937a5 Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity 2026-03-09 12:16:00 +07:00