/// <summary>
 /// Deprecated Method for adding a new object to the Patient_Appointment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPatient_Appointment(Patient_Appointment patient_Appointment)
 {
     base.AddObject("Patient_Appointment", patient_Appointment);
 }
 /// <summary>
 /// Create a new Patient_Appointment object.
 /// </summary>
 /// <param name="patientId">Initial value of the patientId property.</param>
 /// <param name="appntId">Initial value of the appntId property.</param>
 /// <param name="dateId">Initial value of the dateId property.</param>
 /// <param name="doctorId">Initial value of the doctorId property.</param>
 public static Patient_Appointment CreatePatient_Appointment(global::System.String patientId, global::System.String appntId, global::System.String dateId, global::System.String doctorId)
 {
     Patient_Appointment patient_Appointment = new Patient_Appointment();
     patient_Appointment.patientId = patientId;
     patient_Appointment.appntId = appntId;
     patient_Appointment.dateId = dateId;
     patient_Appointment.doctorId = doctorId;
     return patient_Appointment;
 }