/// <summary>
 /// Create a new SYS_MedicalProcedure object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static SYS_MedicalProcedure CreateSYS_MedicalProcedure(global::System.Int32 id, global::System.String code, global::System.String name)
 {
     SYS_MedicalProcedure sYS_MedicalProcedure = new SYS_MedicalProcedure();
     sYS_MedicalProcedure.Id = id;
     sYS_MedicalProcedure.Code = code;
     sYS_MedicalProcedure.Name = name;
     return sYS_MedicalProcedure;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SYS_MedicalProcedure EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSYS_MedicalProcedure(SYS_MedicalProcedure sYS_MedicalProcedure)
 {
     base.AddObject("SYS_MedicalProcedure", sYS_MedicalProcedure);
 }