public BillingSpecimenView(YellowstonePathology.Business.Test.Surgical.SurgicalSpecimen surgicalSpecimen,
                            YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder,
                            YellowstonePathology.Business.Test.PanelSetOrderCPTCodeCollection panelSetOrderCPTCodeCollection,
                            YellowstonePathology.Business.Billing.ICD9BillingCodeCollection icd9BillingCodeCollection)
 {
     this.m_SurgicalSpecimen = surgicalSpecimen;
     this.m_SpecimenOrder    = specimenOrder;
     this.m_PanelSetOrderCPTCodeCollection = panelSetOrderCPTCodeCollection;
     this.m_ICD9BillingCodeCollection      = icd9BillingCodeCollection;
     this.m_SpecimenCollection             = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();
 }
        public BillingSpecimenView(YellowstonePathology.Business.Test.Surgical.SurgicalSpecimen surgicalSpecimen,
			YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder,
			YellowstonePathology.Business.Test.PanelSetOrderCPTCodeCollection panelSetOrderCPTCodeCollection,
			YellowstonePathology.Business.Billing.ICD9BillingCodeCollection icd9BillingCodeCollection)
        {
            this.m_SurgicalSpecimen = surgicalSpecimen;
            this.m_SpecimenOrder = specimenOrder;
            this.m_PanelSetOrderCPTCodeCollection = panelSetOrderCPTCodeCollection;
            this.m_ICD9BillingCodeCollection = icd9BillingCodeCollection;
            this.m_SpecimenCollection = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();
        }
        public SpecimenOrderDetailsPage(YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
			YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SpecimenOrder = specimenOrder;

            this.m_SpecimenCollection = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();

            this.m_FixationTypeCollection = YellowstonePathology.Business.Specimen.Model.FixationType.GetFixationTypeCollection();
            this.m_SpecimenAdequacyTypes = new FinalizeAccession.SpecimenAdequacyTypes();

            InitializeComponent();
            DataContext = this;
            this.Loaded += new RoutedEventHandler(SpecimenOrderDetailsPage_Loaded);
            Unloaded += SpecimenOrderDetailsPage_Unloaded;
        }
Exemple #4
0
        public SpecimenOrderDetailsPage(YellowstonePathology.Business.Test.AccessionOrder accessionOrder,
                                        YellowstonePathology.Business.Specimen.Model.SpecimenOrder specimenOrder)
        {
            this.m_AccessionOrder = accessionOrder;
            this.m_SpecimenOrder  = specimenOrder;

            this.m_ProcessorRunCollection = Business.Surgical.ProcessorRunCollection.GetAll(true);
            this.m_SpecimenCollection     = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();

            this.m_FixationTypeCollection = YellowstonePathology.Business.Specimen.Model.FixationType.GetFixationTypeCollection();
            this.m_SpecimenAdequacyTypes  = new FinalizeAccession.SpecimenAdequacyTypes();

            InitializeComponent();
            DataContext  = this;
            this.Loaded += new RoutedEventHandler(SpecimenOrderDetailsPage_Loaded);
            Unloaded    += SpecimenOrderDetailsPage_Unloaded;
        }
        public ClientOrderDetailsPage(YellowstonePathology.UI.Navigation.PageNavigator pageNavigator,
                                      YellowstonePathology.Business.ClientOrder.Model.ClientOrderDetail clientOrderDetail,
                                      string specialInstructions)
        {
            this.m_PageNavigator       = pageNavigator;
            this.m_ClientOrderDetail   = clientOrderDetail;
            this.m_SpecialInstructions = specialInstructions;

            this.m_TimeToFixationTypeCollection = YellowstonePathology.Business.Specimen.Model.TimeToFixationType.GetTimeToFixationTypeCollection();
            this.m_FixationTypeCollection       = YellowstonePathology.Business.Specimen.Model.FixationType.GetFixationTypeCollection();
            this.m_BarcodeScanPort    = YellowstonePathology.Business.BarcodeScanning.BarcodeScanPort.Instance;
            this.m_SpecimenCollection = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();

            this.DataContext = this;
            InitializeComponent();

            this.Loaded   += new RoutedEventHandler(ClientOrderDetailsPage_Loaded);
            this.Unloaded += new RoutedEventHandler(ClientOrderDetailsPage_Unloaded);
        }
        public ClientOrderDetailsPage(YellowstonePathology.UI.Navigation.PageNavigator pageNavigator, 
            YellowstonePathology.Business.ClientOrder.Model.ClientOrderDetail clientOrderDetail,
            string specialInstructions)
        {
            this.m_PageNavigator = pageNavigator;
            this.m_ClientOrderDetail = clientOrderDetail;
            this.m_SpecialInstructions = specialInstructions;

            this.m_TimeToFixationTypeCollection = YellowstonePathology.Business.Specimen.Model.TimeToFixationType.GetTimeToFixationTypeCollection();
            this.m_FixationTypeCollection = YellowstonePathology.Business.Specimen.Model.FixationType.GetFixationTypeCollection();
            this.m_BarcodeScanPort = YellowstonePathology.Business.BarcodeScanning.BarcodeScanPort.Instance;
            this.m_SpecimenCollection = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();

            this.DataContext = this;
            InitializeComponent();

            this.Loaded +=new RoutedEventHandler(ClientOrderDetailsPage_Loaded);
            this.Unloaded += new RoutedEventHandler(ClientOrderDetailsPage_Unloaded);
        }
Exemple #7
0
 public SpecimenSelectionPage(YellowstonePathology.Business.Specimen.Model.SpecimenCollection specimenCollection)
 {
     this.m_TargetCollection = specimenCollection;
     InitializeComponent();
     DataContext = this;
 }
Exemple #8
0
 public YellowstonePathology.Business.Interface.IOrderTargetType GetTargetType()
 {
     YellowstonePathology.Business.Specimen.Model.SpecimenCollection specimenCollection = YellowstonePathology.Business.Specimen.Model.SpecimenCollection.GetAll();
     return(specimenCollection.GetSpecimen(this.m_SpecimenId));
 }
Exemple #9
0
 public DictationTemplate()
 {
     this.m_SpecimenCollection = new YellowstonePathology.Business.Specimen.Model.SpecimenCollection();
     this.m_FontSize           = 20;
 }
 public DictationTemplate()
 {
     this.m_SpecimenCollection = new YellowstonePathology.Business.Specimen.Model.SpecimenCollection();
     this.m_FontSize = 20;
 }