feature: Elasticsearch CQRS Projection and Analytics Endpoints
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class ElasticIndexOptions
|
||||
{
|
||||
public string PatientEncounters { get; set; } = "patient_encounters";
|
||||
public string Observations { get; set; } = "observations";
|
||||
public string ClinicalAlerts { get; set; } = "clinical_alerts";
|
||||
}
|
||||
Reference in New Issue
Block a user