/// <summary>
 /// Deprecated Method for adding a new object to the MedicalRecordFieldValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMedicalRecordFieldValues(MedicalRecordFieldValue medicalRecordFieldValue)
 {
     base.AddObject("MedicalRecordFieldValues", medicalRecordFieldValue);
 }
 /// <summary>
 /// Create a new MedicalRecordFieldValue object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="doctorId">Initial value of the DoctorId property.</param>
 /// <param name="practiceId">Initial value of the PracticeId property.</param>
 public static MedicalRecordFieldValue CreateMedicalRecordFieldValue(global::System.Int32 id, global::System.Int32 doctorId, global::System.Int32 practiceId)
 {
     MedicalRecordFieldValue medicalRecordFieldValue = new MedicalRecordFieldValue();
     medicalRecordFieldValue.Id = id;
     medicalRecordFieldValue.DoctorId = doctorId;
     medicalRecordFieldValue.PracticeId = practiceId;
     return medicalRecordFieldValue;
 }