namespace IRaCIS.Core.Domain.Share { public enum SubjectStatus { OnVisit = 1, OutOfVisit = 2, EndOfVisit = 3, } }