EnvelopStartChar

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

Syntax

object.EnvelopStartChar[ = Integer]

The EnvelopStartChar property syntax has these parts:

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

Remarks

EnvelopStartChar of an object is initiated at design time or at runtime by setting a the starting envelop
character.  The EnvelopStartChar an decimal or hexadecimal value that mapping to ASCII character.  The
EnvelopStartChar 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