Using Parse SWIFT MX and Render SWIFT MX Activities for CBPR+ Messages

The CBPRPlus_Parse_Render project shows how to use the Parse SWIFT MX and the Render SWIFT MX activities to parse and render CBPR+ messages.

SWIFT_CBPRPlus_Parse_and_Render_Process

You can use the SWIFT_CBPRPlus_Parse_and_Render_Process to validate and parse the content in the incoming message, and to generate a new message.

The following figure describes the SWIFT_CBPRPlus_Parse_and_Render_Process:

The SWIFT_CBPRPlus_Parse_and_Render_Process performs the following operations:
  1. The ReadFile activity reads CBPR+ message, and passes it to the ParseCBPRPlus activity.
  2. The ParseCBPRPlus activity validates and parses the content of the message, and passes it to the RenderCBPRPlus activity.
  3. The RenderCBPRPlus activity validates the content of the message, and generates a specific CBPR+ message, and passes it to the WriteFile activity.
  4. The Write File activity writes an MX message to the CBPR_pacs_009_001_08_out.xml file in the $Example_Root/out directory.