namespace adas_core.Domain.Enums; public static class PatientEnum { public enum Gender { Male, Female, Undifferentiated, Unknown } }