6 lines
241 B
C#
6 lines
241 B
C#
public class ElasticIndexOptions
|
|
{
|
|
public string PatientEncounters { get; set; } = "patient_encounters";
|
|
public string Observations { get; set; } = "observations";
|
|
public string ClinicalAlerts { get; set; } = "clinical_alerts";
|
|
} |