コード例 #1
0
 public PsaTestRepository(ReadingSource callingSource)
 {
     _settings          = new Settings();
     _testResultFactory = new PsaTestResultFactory();
     _testResultSynchronizationService = new PsaTestResultSynchronizationService(callingSource, _settings.CaptureBloodTest);
     _callingSource = callingSource;
 }
コード例 #2
0
 public CsTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new CsTestResultFactory(true);
     _testResultSynchronizationService  = new CsTestResultSynchronizationService(callingSource);
     _testPerformedExternallyRepository = new TestPerformedExternallyRepository();
     _testPerformedExternallyFactory    = new TestPerformedExternallyFactory();
     _callingSource = callingSource;
 }
 public QualityMeasuresTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
 public MenBloodPanelTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #5
0
 public HPyloriTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #6
0
 public ChlamydiaTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #7
0
 public FloChecABITestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #8
0
 public PulmonaryTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #9
0
 public MedicareTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #10
0
 public DiabeticRetinopathyTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #11
0
 public OsteoporosisTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #12
0
 public HypertensionTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new HypertensionTestResultFactory();
     _testResultSynchronizationService = new HypertensionTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #13
0
 public UrineMicroalbuminTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new UrineMicroalbuminTestResultFactory();
     _testResultSynchronizationService = new UrineMicroalbuminSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #14
0
 public AwvBoneMassTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #15
0
 public PsaTestResultSynchronizationService(ReadingSource readingSource, bool captureBloodTest)
 {
     NewReadingSource  = readingSource;
     _captureBloodTest = captureBloodTest;
 }
 public RinneWeberHearingTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #17
0
 public WomenBloodPanelTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new WomenBloodPanelTestResultFactory();
     _testResultSynchronizationService = new WomenBloodPanelTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #18
0
 public FraminghamRiskTestResultRepository(ReadingSource callingSource)
 {
     _testResultFactory = new FraminghamRiskTestResultFactory();
     _testResultSynchronizationService = new FraminghamRiskTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #19
0
 public DiabetesFootExamTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new DiabetesFootExamTestResultFactory();
     _testResultSynchronizationService = new DiabetesFootExamTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #20
0
 public PpEchocardiogramTestResultSyncronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #21
0
 public QuantaFloABITestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new QuantaFloABITestResultFactory();
     _testResultSynchronizationService = new QuantaFloABITestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #22
0
 public PneumococcalTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #23
0
 public AAATestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new AaaTestResultFactory();
     _testResultSynchronizationService = new AaaTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #24
0
 public HypertensionTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #25
0
 public MyBioAssessmentTestResultSynchronizationService(ReadingSource newTestReadingSource)
 {
     NewReadingSource = newTestReadingSource;
 }
コード例 #26
0
 public HemoglobinTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new HemoglobinTestResultFactory(true);
     _testResultSynchronizationService = new HemoglobinTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #27
0
 public EkgTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }
コード例 #28
0
 public PulmonaryFunctionTestRepository(ReadingSource callingSource)
 {
     _testResultFactory = new PulmonaryFunctionTestResultFactory();
     _testResultSynchronizationService = new PulmonaryTestResultSynchronizationService(callingSource);
     _callingSource = callingSource;
 }
コード例 #29
0
 public AwvAaaTestResultSynchronizationService(ReadingSource newReadingSource)
 {
     NewReadingSource = newReadingSource;
 }
コード例 #30
0
 public MonofilamentTestResultSynchronizationService(ReadingSource readingSource)
 {
     NewReadingSource = readingSource;
 }