Пример #1
0
 /// <summary>
 /// Create a new vwTotalInfoForReport object.
 /// </summary>
 /// <param name="sampleID">Initial value of the SampleID property.</param>
 /// <param name="patientID">Initial value of the PatientID property.</param>
 /// <param name="patientLastname">Initial value of the PatientLastname property.</param>
 /// <param name="patientInitials">Initial value of the PatientInitials property.</param>
 /// <param name="birthdate">Initial value of the Birthdate property.</param>
 /// <param name="sex">Initial value of the Sex property.</param>
 /// <param name="clinicMaterialID">Initial value of the ClinicMaterialID property.</param>
 /// <param name="clinicMaterialDesc">Initial value of the ClinicMaterialDesc property.</param>
 /// <param name="doctorID">Initial value of the DoctorID property.</param>
 /// <param name="doctorLastname">Initial value of the DoctorLastname property.</param>
 /// <param name="doctorInitials">Initial value of the DoctorInitials property.</param>
 /// <param name="clinicDesc">Initial value of the ClinicDesc property.</param>
 /// <param name="clinicGroupDesc">Initial value of the ClinicGroupDesc property.</param>
 /// <param name="contractID">Initial value of the ContractID property.</param>
 /// <param name="mBAnalysisTypeID">Initial value of the MBAnalysisTypeID property.</param>
 /// <param name="datetimeCapture">Initial value of the DatetimeCapture property.</param>
 /// <param name="datetimeDelivery">Initial value of the DatetimeDelivery property.</param>
 public static vwTotalInfoForReport CreatevwTotalInfoForReport(global::System.Int32 sampleID, global::System.Int32 patientID, global::System.String patientLastname, global::System.String patientInitials, global::System.DateTime birthdate, global::System.String sex, global::System.Int32 clinicMaterialID, global::System.String clinicMaterialDesc, global::System.Int32 doctorID, global::System.String doctorLastname, global::System.String doctorInitials, global::System.String clinicDesc, global::System.String clinicGroupDesc, global::System.Int32 contractID, global::System.Int32 mBAnalysisTypeID, global::System.DateTime datetimeCapture, global::System.DateTime datetimeDelivery)
 {
     vwTotalInfoForReport vwTotalInfoForReport = new vwTotalInfoForReport();
     vwTotalInfoForReport.SampleID = sampleID;
     vwTotalInfoForReport.PatientID = patientID;
     vwTotalInfoForReport.PatientLastname = patientLastname;
     vwTotalInfoForReport.PatientInitials = patientInitials;
     vwTotalInfoForReport.Birthdate = birthdate;
     vwTotalInfoForReport.Sex = sex;
     vwTotalInfoForReport.ClinicMaterialID = clinicMaterialID;
     vwTotalInfoForReport.ClinicMaterialDesc = clinicMaterialDesc;
     vwTotalInfoForReport.DoctorID = doctorID;
     vwTotalInfoForReport.DoctorLastname = doctorLastname;
     vwTotalInfoForReport.DoctorInitials = doctorInitials;
     vwTotalInfoForReport.ClinicDesc = clinicDesc;
     vwTotalInfoForReport.ClinicGroupDesc = clinicGroupDesc;
     vwTotalInfoForReport.ContractID = contractID;
     vwTotalInfoForReport.MBAnalysisTypeID = mBAnalysisTypeID;
     vwTotalInfoForReport.DatetimeCapture = datetimeCapture;
     vwTotalInfoForReport.DatetimeDelivery = datetimeDelivery;
     return vwTotalInfoForReport;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vwTotalInfoForReports EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwTotalInfoForReports(vwTotalInfoForReport vwTotalInfoForReport)
 {
     base.AddObject("vwTotalInfoForReports", vwTotalInfoForReport);
 }