修改审核
This commit is contained in:
@@ -40,6 +40,30 @@ namespace IRaCIS.Core.Domain.Share
|
||||
|
||||
}
|
||||
|
||||
|
||||
public enum MedicalReviewAuditState
|
||||
{
|
||||
//待审核
|
||||
WaitAudit=0,
|
||||
|
||||
//审核中
|
||||
Auditing=1,
|
||||
|
||||
HaveSigned=2
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
public enum MedicalReviewDoctorUserIdea
|
||||
{
|
||||
defalut=0,
|
||||
|
||||
Agree=1,
|
||||
|
||||
NotAgree=2
|
||||
}
|
||||
|
||||
public enum Arm
|
||||
{
|
||||
SingleReadingArm = 0,
|
||||
|
||||
Reference in New Issue
Block a user