Module for HIPAA 9.6.April 2016 | Understanding and Using HIPAA Module | Installing and Using HIPAA Module | WmHIPAA Services | pub.estd.hipaa:convertIDataToHipaa
 
pub.estd.hipaa:convertIDataToHipaa
Converts an IS document (IData object) that contains the internal document format into a HIPAA message.
Input Variables
hipaaIData
Document Mandatory. The IS document representation of the HIPAA message.
delimiters
Document Optional. Delimiters used to create the output HIPAA message. If no delimiters are specified, the convertIDataToHipaa service uses the default delimiters. Delimiters must always be a single character.
Value
Description
segment
String Optional. The segment terminator character that you want the service to append to the end of each record in the output String.
dataElement
String Optional. The field separator that you want the service to insert between each field for each segment in the output String.
componentElement
String Optional. The subfield separator that you want the service to use for composite elements.
repetition
String Optional. The field separator that you want the service to insert between repeating fields of an IS document.
Output Variables
hipaaMessage
String Mandatory. Contains the HIPAA message converted from the IS document.
errorMessage
String Conditional. The error message corresponding to the error code generated while validating the message.