示例#1
0
文件: Allergy.cs 项目: girish66/REM
 /// <summary>
 /// Revises the type of the allergy severity.
 /// </summary>
 /// <param name="allergySeverityType">Type of the allergy severity.</param>
 public virtual void ReviseAllergySeverityType(AllergySeverityType allergySeverityType)
 {
     AllergySeverityType = allergySeverityType;
 }
示例#2
0
 /// <summary>
 /// Revises the type of the allergy severity.
 /// </summary>
 /// <param name="allergySeverityType">Type of the allergy severity.</param>
 public virtual void ReviseAllergySeverityType( AllergySeverityType allergySeverityType )
 {
     AllergySeverityType = allergySeverityType;
 }