EnvelopEndChar

Specifies the ending envelop character of a HL7 message/data stream.

Syntax

object.EnvelopEndChar[ = Integer]

The EnvelopEndChar property syntax has these parts:

Part Description
object An object expression that evaluates to the HL7 control.
Integer A Integer expression that sets the ending envelop character of a HL7 message/data stream.

Remarks

EnvelopEndChar of an object is initiated at design time or at runtime by setting a the ending envelop
character.  The EnvelopEndChar an decimal or hexadecimal value that mapping to ASCII character.  The
EnvelopEndChar will only be used if EnvelopSupport is set to true.

Example

Private Sub Form_Load()

Hl7cntl.EnvelopSupport = True
Hl7cntl.EnvelopStartChar = 11
Hl7cntl.EnvelopEndChar = 28


If Len(App.Path) > 3 Then
   Hl7cntl1.HL7Path = App.Path & "\"
Else
   Hl7cntl1.HL7Path = App.Path
End If

Hl7cntl1.HL7Version = ".v22"          ‘msgRules.v22, segDefs.v22 files

Hl7cntl1.Init
.
..
...

 

Back to Home Page.

This page, and all contents, are Copyright © 1998 by Gary M. Gallagher.
Sparrow Technologies Incorporated - http://www.sparrow-technologies.com