This commit is contained in:
he
2024-10-22 15:25:07 +08:00
parent 056feade12
commit 22998ccb71
4 changed files with 55 additions and 0 deletions
@@ -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