示例#1
0
        public OrderTestRequest()
        {
            log.Debug("OrderTestRequest:ctor");

            _patient = (PatientInformationRecord)Record.Create(RecordId.PatientInformationRecord);
            _order = (TestOrderRecord)Record.Create(RecordId.TestOrderRecord);
        }
示例#2
0
        public ResultReport()
        {
            log.Debug("ResultReport:ctor");

            _patient = (PatientInformationRecord)Record.Create(RecordId.PatientInformationRecord);
            _order = (TestOrderRecord)Record.Create(RecordId.TestOrderRecord);
            _results = new Results();
        }