แก้สืบสอบ status เพิ่มdefult
This commit is contained in:
parent
dd4a409855
commit
49d70b1e05
16 changed files with 34059 additions and 3 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue