feature: Approval and Promotion to VigilCareClinical

This commit is contained in:
voltsrage
2026-06-26 14:04:52 +08:00
parent 7121520926
commit 470df683dd
21 changed files with 2638 additions and 4 deletions
+11
View File
@@ -49,5 +49,16 @@
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
},
"SiteConfig": {
"ClinicalApprovalRequired": {
"PATIENT_REGISTRATION": false,
"ENCOUNTER_SUMMARY": true,
"VITALS_SHEET": true,
"LAB_RESULTS": true,
"MEDICATION_LIST": true,
"ALLERGY_UPDATE": false,
"MIXED": true
}
}
}