修改
This commit is contained in:
@@ -16,6 +16,16 @@
|
||||
|
||||
public int VisitReadingCount { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 其他分期
|
||||
/// </summary>
|
||||
public string OtherStages { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 其他标准
|
||||
/// </summary>
|
||||
public string OtherCriterion { get; set; } = string.Empty;
|
||||
|
||||
//public string Term { get; set; }
|
||||
|
||||
//public string EvaluationCriteria { get; set; }
|
||||
@@ -58,6 +68,16 @@
|
||||
|
||||
public Guid? GCPId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GCP证书的时间
|
||||
/// </summary>
|
||||
public DateTime? GCPTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GCP机构
|
||||
/// </summary>
|
||||
public string GCPAgencies { get; set; }
|
||||
|
||||
public string OtherClinicalExperience { get; set; } = String.Empty;
|
||||
public string OtherClinicalExperienceCN { get; set; } = String.Empty;
|
||||
|
||||
@@ -75,6 +95,16 @@
|
||||
public int GCP { get; set; }
|
||||
|
||||
public Guid? GCPId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GCP证书的时间
|
||||
/// </summary>
|
||||
public DateTime? GCPTime { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// GCP机构
|
||||
/// </summary>
|
||||
public string GCPAgencies { get; set; }
|
||||
}
|
||||
|
||||
public class ClinicalExperienceCommand
|
||||
|
||||
Reference in New Issue
Block a user