Question
2
Replies
248
Views
Posted: December 6, 2016
Last activity: December 12, 2016
Closed
Solved
Summary Benefit Coverage Document Generation in PCS
Does anyone have any documentation on how PCS Framework create the Summary benefit Coverage document in the process. I figured out that it is picking the Master Doc file called SBCMaster.doc. but how can we populate all the Product values like copay, deductable, co-insurance etc. dynamically from the Product to the SBC Document.
Thanks,
Our SBC document is Using the Word merge approach which in turn depends on MS Silverlight technology to generate the Word Document.
Key Rules:
We have used the SBCMaster Word template, based on which our SBC document is built.
GetMatrix is the Activity that is used to Build the Grouper matrix from the selected Network.
Note: Our SBC document generation will be working only for a grouper as of now.
SaveSBCSelections Activity will be triggered when "Generate SBC Document" button is clicked. This Activity helps in Fetching the details of the selected grouper.
SetSBCDocTemplate Activity is used to identify the word Template to be used for the document generation.
GenerateDocument Section is Customized to pass the Template name and the context is set to the Selected Grouper.
Note: we include WordMegeSL /pzWordMergeSL OOTB section which uses Silverlight and generate the document based on the Template