feature: Optional OCR-Assisted Draft Pre-Fill

This commit is contained in:
voltsrage
2026-06-28 01:28:54 +08:00
parent 5039dbb979
commit c160c5f912
42 changed files with 3592 additions and 33 deletions
@@ -25,7 +25,7 @@ public class FhirEncounterController : ControllerBase
}
/// <summary>
/// FHIR search: GET /fhir/Encounter?patient=X&status=Y&date=Z
/// FHIR search: GET /fhir/Encounter?patient=X&amp;status=Y&amp;date=Z
/// Supports search by patient reference, status, and date range.
/// </summary>
[HttpGet]