コード例 #1
0
ファイル: PatientContact.cs プロジェクト: divyang4481/REM
 /// <summary>
 /// Revises the type of the legal authorization.
 /// </summary>
 /// <param name="legalAuthorizationType">Type of the legal authorization.</param>
 public virtual void ReviseLegalAuthorizationType( LegalAuthorizationType legalAuthorizationType )
 {
     LegalAuthorizationType = legalAuthorizationType;
 }
コード例 #2
0
ファイル: PatientContact.cs プロジェクト: girish66/REM
 /// <summary>
 /// Revises the type of the legal authorization.
 /// </summary>
 /// <param name="legalAuthorizationType">Type of the legal authorization.</param>
 public virtual void ReviseLegalAuthorizationType(LegalAuthorizationType legalAuthorizationType)
 {
     LegalAuthorizationType = legalAuthorizationType;
 }