Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GpraFollowUpSection"/> class.
 /// </summary>
 /// <param name="gpraFollowUpStatus">The gpra follow up status.</param>
 /// <param name="gpraFollowUpStatusOtherDescription">The gpra follow up status other description.</param>
 /// <param name="patientReceivingServicesIndicator">The patient receiving services indicator.</param>
 public GpraFollowUpSection(GpraFollowUpStatus gpraFollowUpStatus,
                            string gpraFollowUpStatusOtherDescription,
                            bool?patientReceivingServicesIndicator)
 {
     _gpraFollowUpStatus = gpraFollowUpStatus;
     _gpraFollowUpStatusOtherDescription = gpraFollowUpStatusOtherDescription;
     _patientReceivingServicesIndicator  = patientReceivingServicesIndicator;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GpraFollowUpSection"/> class.
 /// </summary>
 /// <param name="gpraFollowUpStatus">The gpra follow up status.</param>
 /// <param name="gpraFollowUpStatusOtherDescription">The gpra follow up status other description.</param>
 /// <param name="patientReceivingServicesIndicator">The patient receiving services indicator.</param>
 public GpraFollowUpSection(GpraFollowUpStatus gpraFollowUpStatus,
                            string gpraFollowUpStatusOtherDescription,
                            bool? patientReceivingServicesIndicator)
 {
     _gpraFollowUpStatus = gpraFollowUpStatus;
     _gpraFollowUpStatusOtherDescription = gpraFollowUpStatusOtherDescription;
     _patientReceivingServicesIndicator = patientReceivingServicesIndicator;
 }