'X线片', 'ct' => 'CT', 'mri' => 'MRI', 'pet' => 'PET', 'ultrasound' => '超声图像', 'microscopy' => '显微镜图', 'graphics' => '绘图图表', ]; return $type ? $types[$type] : $types; } }