/// <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; }
/// <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; }