Operation Details
Description: Counts the number of questions answered for the determination
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  DeterminationAnswer 
WHERE determinationDeliveryID = :determinationDeliveryID