MdtVsRpcRawDataMonitoring: Fix use of invalid Identifier.
The Identifier variable dig_id was never set to anything non-default. But it is passed to idhelper methods, which trips assertion failures in debug builds.
Changed to use prd_id, but not completely sure if this was what was intended.