コード例 #1
0
 public ReportingOrderDetailViewComponent(EntityRef patientRef, EntityRef orderRef)
 {
     _context = new PatientOrderContext(patientRef, orderRef);
 }
コード例 #2
0
		public ReportingOrderDetailViewComponent(EntityRef patientRef, EntityRef orderRef)
		{
            _context = new PatientOrderContext(patientRef, orderRef);
        }