コード例 #1
0
ファイル: Immunization.cs プロジェクト: girish66/REM
 /// <summary>
 /// Revises the immunization not given reason.
 /// </summary>
 /// <param name="immunizationNotGivenReason">
 /// The immunization not given reason.
 /// </param>
 public virtual void ReviseImmunizationNotGivenReason(ImmunizationNotGivenReason immunizationNotGivenReason)
 {
     ImmunizationNotGivenReason = immunizationNotGivenReason;
 }
コード例 #2
0
ファイル: Immunization.cs プロジェクト: divyang4481/REM
 /// <summary>
 /// Revises the immunization not given reason.
 /// </summary>
 /// <param name="immunizationNotGivenReason">
 /// The immunization not given reason.
 /// </param>
 public virtual void ReviseImmunizationNotGivenReason( ImmunizationNotGivenReason immunizationNotGivenReason )
 {
     ImmunizationNotGivenReason = immunizationNotGivenReason;
 }