{{ getCategoryName(scope.row) }}
{{
parseFloat(scope.row.dose).toFixed(2) === '0.00'
? '-'
: parseFloat(scope.row.dose).toFixed(2) + scope.row.doseUnitCode_dictText
}}
{{ getLocationName(scope.row) }}
{{ handleQuantity(scope.row) }}
{{ getMedicalInsuranceLevel(scope.row) }}
{{ scope.row.useScope }}
{{ '-' }}