Operation Details
Description: This method will return a count of all the caseEvidenceType records with an evidence form name that is the same as that passed in. This will allow us to determine if a particular evidence form has been used to create evidence.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :recordCount 
FROM
  CaseEvidenceType 
WHERE evidenceFormName = :evidenceFormName