예제 #1
0
 /// <summary>
 /// Revises the type of the radiology test.
 /// </summary>
 /// <param name="radiologyTestType">Type of the radiology test.</param>
 public virtual void ReviseRadiologyTestType(RadiologyTestType radiologyTestType)
 {
     RadiologyTestType = radiologyTestType;
 }
예제 #2
0
 /// <summary>
 /// Revises the type of the radiology test.
 /// </summary>
 /// <param name="radiologyTestType">Type of the radiology test.</param>
 public virtual void ReviseRadiologyTestType(RadiologyTestType radiologyTestType)
 {
     RadiologyTestType = radiologyTestType;
 }