taskexams.php 385 B

1234567891011
  1. <?php
  2. return [
  3. 'Task_id' => '质控任务编号',
  4. 'Study_score' => '技术质控分数',
  5. 'Study_result' => '检查质控结果',
  6. 'Report_score' => '诊断质控分数',
  7. 'Report_result' => '报告质控结果',
  8. 'Exam_id' => '检查编号',
  9. 'Type' => '质控类型 任务类型 1 技术质控 2诊断质控 3技术+诊断质控 '
  10. ];