Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ComputedTomographyChestVisit1Set EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToComputedTomographyChestVisit1Set(COMPUTED_TOMOGRAPHY_CHEST_VISIT_1 cOMPUTED_TOMOGRAPHY_CHEST_VISIT_1)
 {
     base.AddObject("ComputedTomographyChestVisit1Set", cOMPUTED_TOMOGRAPHY_CHEST_VISIT_1);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new COMPUTED_TOMOGRAPHY_CHEST_VISIT_1 object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static COMPUTED_TOMOGRAPHY_CHEST_VISIT_1 CreateCOMPUTED_TOMOGRAPHY_CHEST_VISIT_1(global::System.Guid id)
 {
     COMPUTED_TOMOGRAPHY_CHEST_VISIT_1 cOMPUTED_TOMOGRAPHY_CHEST_VISIT_1 = new COMPUTED_TOMOGRAPHY_CHEST_VISIT_1();
     cOMPUTED_TOMOGRAPHY_CHEST_VISIT_1.Id = id;
     return cOMPUTED_TOMOGRAPHY_CHEST_VISIT_1;
 }