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 ReadFile activity reads CBPR+ message, and passes it to the ParseCBPRPlus activity.
- The ParseCBPRPlus activity validates and parses the content of the message, and passes it to the RenderCBPRPlus activity.
- The RenderCBPRPlus activity validates the content of the message, and generates a specific CBPR+ message, and passes it to the WriteFile activity.
- The Write File activity writes an MX message to the CBPR_pacs_009_001_08_out.xml file in the $Example_Root/out directory.
Subtopics