Example #1
0
 public PatientDetailBO()
 {
     PatientMain                     = new PatientMainBO();
     PatientHousing                  = new PatientHousingBO();
     PatientFinancialSecurity        = new PatientFinancialSecurityBO();
     PatientEmploymentEducation      = new PatientEmploymentEducationBO();
     PatientCommunicationAndMobility = new PatientCommunicationAndMobilityBO();
     PatientHealthcare               = new PatientHealthcareBO();
     PatientSocialSupport            = new PatientSocialSupportBO();
     PatientLegalStatus              = new PatientLegalStatuBO();
     PatientSubstanceUse             = new PatientSubstanceUseBO();
     Dast  = new DastBO();
     Audit = new AuditBO();
     PHQ9  = new PHQ9BO();
     PatientMentalHealth = new PatientMentalHealthBO();
     PatientFoodAccess   = new PatientFoodAccessBO();
     ClinicOnly          = new ClinicBO();
     PatientProgram      = new PatientProgramBO();
     DreamOnly           = new DreamOnlyBO();
     OUOnly         = new OUOnlyBO();
     PeraltaCollege = new PeraltaCollegeBO();
     PatientScore   = new PatientScoreBO();
     ScheduleDate   = new ScheduleDateBO();
     FormScheduling = new List <Form_ScheduleResultBO>();
 }
Example #2
0
 public PatientProgramBO()
 {
     ClinicOnly         = new ClinicBO();
     ddlAnyVaccinations = new List <SelectListItem>();
     //ddlPregnantYes = new List<SelectListItem>();
     ddlScreeningTests         = new List <SelectListItem>();
     DreamOnly                 = new DreamOnlyBO();
     ddlReferralSource         = new List <SelectListItem>();
     ddlCurrentLivingSituation = new List <SelectListItem>();
     OUOnly                    = new OUOnlyBO();
     safetyoptions             = new List <string>();
     employmentoptions         = new List <string>();
     housingshelteroptions     = new List <string>();
     educationoptions          = new List <string>();
     legaloptions              = new List <string>();
     socialrecreationaloptions = new List <string>();
     PeraltaCollege            = new PeraltaCollegeBO();
     ddlOneYouAre              = new List <SelectListItem>();
 }