report 1-4 เำิม่หมายเหตุแนวนอน
This commit is contained in:
parent
5530c2f9e4
commit
2da120f958
32 changed files with 51300 additions and 13 deletions
|
|
@ -0,0 +1,39 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class RetirementQuestionnaireQuestionRequest
|
||||
{
|
||||
public string? Question1Desc { get; set; }
|
||||
public string? Question1Score { get; set; }
|
||||
public string[] Question1Answer { get; set; }
|
||||
public string? Question2Desc { get; set; }
|
||||
public string? Question2Score { get; set; }
|
||||
public string[] Question2Answer { get; set; }
|
||||
public string? Question3Desc { get; set; }
|
||||
public string? Question3Score { get; set; }
|
||||
public string[] Question3Answer { get; set; }
|
||||
public string? Question4Desc { get; set; }
|
||||
public string? Question4Score { get; set; }
|
||||
public string[] Question4Answer { get; set; }
|
||||
public string? Question5Desc { get; set; }
|
||||
public string? Question5Score { get; set; }
|
||||
public string[] Question5Answer { get; set; }
|
||||
public string? Question6Desc { get; set; }
|
||||
public string? Question6Score { get; set; }
|
||||
public string[] Question6Answer { get; set; }
|
||||
public string? Question7Desc { get; set; }
|
||||
public string? Question7Score { get; set; }
|
||||
public string[] Question7Answer { get; set; }
|
||||
public string? Question8Desc { get; set; }
|
||||
public string? Question8Score { get; set; }
|
||||
public string[] Question8Answer { get; set; }
|
||||
public string? Question9Desc { get; set; }
|
||||
public string? Question9Score { get; set; }
|
||||
public string[] Question9Answer { get; set; }
|
||||
public string? Question10Desc { get; set; }
|
||||
public string? Question10Score { get; set; }
|
||||
public string[] Question10Answer { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue