Operation Details
Description: Searches the VDIEDlink entity by concern role returning a list of VDIEDLinkID's that are related to the VDIEDLink via the evidence descriptor.
Sterotype: nsmulti
SQL
SELECT
  VDIEDLinkID
INTO
  :VDIEDLinkID 
FROM
  VDIEDLink 
WHERE VDIEDLink.evidenceDescriptorID IN 
  ( 
  SELECT
    evidenceDescriptorID 
  FROM
    EvidenceDescriptor 
  WHERE participantID = :concernRoleID 
  )