/// <summary>
 /// Create a new EVENT_REPORT object.
 /// </summary>
 /// <param name="pATIENTEVENTPK">Initial value of the PATIENTEVENTPK property.</param>
 public static EVENT_REPORT CreateEVENT_REPORT(global::System.String pATIENTEVENTPK)
 {
     EVENT_REPORT eVENT_REPORT = new EVENT_REPORT();
     eVENT_REPORT.PATIENTEVENTPK = pATIENTEVENTPK;
     return eVENT_REPORT;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EVENT_REPORT EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEVENT_REPORT(EVENT_REPORT eVENT_REPORT)
 {
     base.AddObject("EVENT_REPORT", eVENT_REPORT);
 }