/// <summary>
 /// Create a new CFD object.
 /// </summary>
 /// <param name="cfdID">Initial value of the cfdID property.</param>
 /// <param name="patientID">Initial value of the patientID property.</param>
 public static CFD CreateCFD(global::System.Int32 cfdID, global::System.Int32 patientID)
 {
     CFD cFD = new CFD();
     cFD.cfdID = cfdID;
     cFD.patientID = patientID;
     return cFD;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CFDs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCFDs(CFD cFD)
 {
     base.AddObject("CFDs", cFD);
 }