DeInitMessage
A method that releases the system resources that were assign to a message.
Syntax
object.DeInitMessage [ nMsgId = Integer]
The DeInitMessage method syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to the HL7 control. |
| nMsgId | A integer expression that specifies the message Id. |
Remarks
DeInitMessage of an object is initiated at runtime by calling the
DeInitMessage method with a
allocated message Id. The DeInitMessage should only be called once
to release the system
resources that were assign for the life of the message. The message Id is created
from
InitMessage method.
Example
Private Sub CreateMessage()
Dim nMsgId
nMsgId = Hl7cntl1.InitMessage
.
..
Hl7cntl1.DeInitMessage nMsgId
This page, and all contents, are Copyright © 1998 by
Gary M. Gallagher.
Sparrow Technologies Incorporated - http://www.sparrow-technologies.com