/// <summary>
 /// Create a new GoogleDrivePatientInfo object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="patientId">Initial value of the PatientId property.</param>
 /// <param name="practiceId">Initial value of the PracticeId property.</param>
 /// <param name="patientBackupFileId">Initial value of the PatientBackupFileId property.</param>
 public static GoogleDrivePatientInfo CreateGoogleDrivePatientInfo(global::System.Int32 id, global::System.Int32 patientId, global::System.Int32 practiceId, global::System.String patientBackupFileId)
 {
     GoogleDrivePatientInfo googleDrivePatientInfo = new GoogleDrivePatientInfo();
     googleDrivePatientInfo.Id = id;
     googleDrivePatientInfo.PatientId = patientId;
     googleDrivePatientInfo.PracticeId = practiceId;
     googleDrivePatientInfo.PatientBackupFileId = patientBackupFileId;
     return googleDrivePatientInfo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GoogleDrivePatientInfoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGoogleDrivePatientInfoes(GoogleDrivePatientInfo googleDrivePatientInfo)
 {
     base.AddObject("GoogleDrivePatientInfoes", googleDrivePatientInfo);
 }