namespace IRaCIS.Core.Domain.Share { public enum SubjectStatus { OnVisit = 1, //访视结束 OutOfVisit = 2, //受试者中止 EndOfVisit = 3, } }