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