コード例 #1
0
 public TruncatedTreatPlanMapper(ITruncatedDiseaseMapper _truncatedDiseaseMapper,
                                 ITruncatedDoctorMapper _truncatedDoctorMapper,
                                 ITruncatedMedicationMapper _truncatedMedicationMapper,
                                 ITruncatedPatientMapper _truncatedPatientMapper)
 {
     truncatedDiseaseMapper    = _truncatedDiseaseMapper;
     truncatedDoctorMapper     = _truncatedDoctorMapper;
     truncatedMedicationMapper = _truncatedMedicationMapper;
     truncatedPatientMapper    = _truncatedPatientMapper;
 }
コード例 #2
0
 public TruncatedTreatPlanMapper(ITruncatedDiseaseMapper _truncatedDiseaseMapper,
     ITruncatedDoctorMapper _truncatedDoctorMapper,
     ITruncatedMedicationMapper _truncatedMedicationMapper,
     ITruncatedPatientMapper _truncatedPatientMapper)
 {
     truncatedDiseaseMapper = _truncatedDiseaseMapper;
     truncatedDoctorMapper = _truncatedDoctorMapper;
     truncatedMedicationMapper = _truncatedMedicationMapper;
     truncatedPatientMapper = _truncatedPatientMapper;
 }
コード例 #3
0
 public PatientService(ITruncatedPatientMapper _truncatedPatientMapper)
 {
     truncatedPatientMapper = _truncatedPatientMapper;
 }
コード例 #4
0
 public PatientService(ITruncatedPatientMapper _truncatedPatientMapper)
 {
     truncatedPatientMapper = _truncatedPatientMapper;
 }