แก้สืบสอบ status เพิ่มdefult

This commit is contained in:
Kittapath 2023-12-01 09:46:39 +07:00
parent dd4a409855
commit 49d70b1e05
16 changed files with 34059 additions and 3 deletions

View file

@ -11,6 +11,8 @@ namespace BMA.EHR.Discipline.Service.Requests
public string investigationDescription { get; set; }
public string investigationStatusResult { get; set; }
public string? investigationCauseText { get; set; }
public bool investigationExtendStatus { get; set; } = false;
public int? investigationDaysExtend { get; set; }
public string? result { get; set; }
public Guid[] directors { get; set; }

View file

@ -17,6 +17,7 @@ namespace BMA.EHR.Discipline.Service.Requests
public DateTime DisciplinaryDateStart { get; set; }
public DateTime DisciplinaryDateEnd { get; set; }
public int? DaysExtend { get; set; }
public bool ExtendStatus { get; set; } = false;
public DateTime? DisciplinaryDateInvestigation { get; set; }
public DateTime DisciplinaryDateResult { get; set; }
public string? DisciplinaryStatusResult { get; set; }

View file

@ -11,6 +11,8 @@ namespace BMA.EHR.Discipline.Service.Requests
public string investigationDescription { get; set; }
public string investigationStatusResult { get; set; }
public string? investigationCauseText { get; set; }
public bool investigationExtendStatus { get; set; } = false;
public int? investigationDaysExtend { get; set; }
public string? result { get; set; }
public Guid[] directors { get; set; }
public DisciplineInvestigateComplaintProfileRequest[] persons { get; set; }// กรณีบุคคลใส่ id คน มาใน array แต่ถ้าเป็น type อื่นจะ null