예제 #1
0
        public OtherInsuranceModel(string clientId)
        {
            MontantPrestation = new MoneyModel()
            {
                Min            = 1,
                Max            = 9999999999,
                MaxLength      = 10,
                AcceptDecimals = true
            };

            DateFinPrestation          = DateModel.CreateLastFiveYearsDateModel();
            DateEvaluationParUnMedecin = DateModel.CreateLastFiveYearsDateModel();

            DateRepriseTravail               = DateModel.CreateNeighboringDateModel();
            DateMentionConditionConsolidee   = DateModel.CreateLastFiveYearsDateModel();
            DateDecisionReorientation        = DateModel.CreateLastFiveYearsDateModel();
            DateDecisionCnesstWsibSaaq       = DateModel.CreateLastFiveYearsDateModel();
            DateDecisionInapteCnesstWsibSaaq = DateModel.CreateLastFiveYearsDateModel();

            LettreInapteCNESSTSAAQCopy  = new FileUploadModel(clientId);
            LettreInapteEmployeurCopy   = new FileUploadModel(clientId);
            RelevePaiementCopy          = new FileUploadModel(clientId);
            LettreFinPrestationCopy     = new FileUploadModel(clientId);
            LettreRepriseEmployeurCopy  = new FileUploadModel(clientId);
            LettreRepriseCNESSTSAAQCopy = new FileUploadModel(clientId);
            LettreRefusCopy             = new FileUploadModel(clientId);
        }
예제 #2
0
 public PeriodModel() : this(DateModel.CreateNeighboringDateModel(), DateModel.CreateNeighboringDateModel(), true, true)
 {
 }