Operation Details
Description: Determines how many screening of a Screening Configuration exist, independent of case status.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :count 
FROM
  Screening 
WHERE Screening.screeningConfigID = :screeningConfigID