/// <summary>
 /// Initializes a new instance of the <see cref="ExternalPatientHistoryView"/> class.
 /// </summary>
 /// <param name="externalPatientHistoryViewModel">The external patient history view model.</param>
 public ExternalPatientHistoryView( ExternalPatientHistoryViewModel externalPatientHistoryViewModel )
     : this()
 {
     DataContext = externalPatientHistoryViewModel;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ExternalPatientHistoryView"/> class.
 /// </summary>
 /// <param name="externalPatientHistoryViewModel">The external patient history view model.</param>
 public ExternalPatientHistoryView(ExternalPatientHistoryViewModel externalPatientHistoryViewModel)
     : this()
 {
     DataContext = externalPatientHistoryViewModel;
 }