|
|
|
@ -0,0 +1,24 @@ |
|
|
|
using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using System.Text; |
|
|
|
|
|
|
|
namespace Shentun.Peis.ThirdPartyPublicInterfaces |
|
|
|
{ |
|
|
|
public class GetPatientRegisterListByIdNoDto |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
|
/// 体检编号
|
|
|
|
/// </summary>
|
|
|
|
public string PatientRegisterNo { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 姓名
|
|
|
|
/// </summary>
|
|
|
|
public string PatientName { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 体检日期 年月日
|
|
|
|
/// </summary>
|
|
|
|
public string MedicalStartDate { get; set; } |
|
|
|
} |
|
|
|
} |