feature: Digitization Workstation UI
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public interface IPatientRegistryService
|
||||
{
|
||||
Task<IReadOnlyList<PatientSearchResult>> SearchAsync(string query, int limit = 20);
|
||||
}
|
||||
Reference in New Issue
Block a user