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