A company requires that patients receive status updates during processing of medical tests.
Patients are not users of the application. You create the work party for the patient as an instance of which class?
In Pega applications, work parties represent entities associated with a case. When configuring status updates for patients who are not users of the application, it is essential to use a class that accurately represents external individuals.
A . Data-Party-Person: This class is designed to represent individual people as parties in a case. Using this class to create a work party for a patient allows the application to store relevant personal information and contact details necessary for sending status updates about medical test processing. Since patients are the recipients of the information and not operators or organizational entities within the system, this class is the most appropriate choice.
The other options, such as Data-Party-Operator (used for application users), Data-Party-Org (used for organizations), and Data-Party-Com (used for commercial entities), do not fit the context of individual patients receiving updates.
Malcolm