Module for HIPAA 9.6.April 2016 | Understanding and Using HIPAA Module | Installing and Using HIPAA Module | WmHIPAA Services | pub.estd.hipaa:convertHipaaToIData
 
pub.estd.hipaa:convertHipaaToIData
Converts a HIPAA message into an IS document (IData object) that contains the internal document format.
Input Variables
hipaaMessage
Object Mandatory. Contains the HIPAA message to be converted into an IS document.
documentType
String Optional. Contains the namespace to the IS document type of the HIPAA message. The service displays the document type in the format namespace:IS document type (for example, HIPAASchema.X12.V5010.HR.X212:T276DT).
charsetEncoding
String Optional. Used to determine the encoding when reading the HIPAA message. By default the characters are encoded using UTF-8.
Output Variables
hipaaIData
Document Mandatory. The IS document representation of the HIPAA message.
errorMessage
String Conditional. The error message corresponding to the error code generated while validating the message.