GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::HL7::Messages::ACK(3) User Contributed Perl Documentation Net::HL7::Messages::ACK(3)

Net::HL7::Messages::ACK

$ack = new Net::HL7::Messages::ACK($request);

Convenience module implementing an acknowledgement (ACK) message. This can be used in HL7 servers to create an acknowledgement for an incoming message.

setAckCode($code, [$msg])

Set the acknowledgement code for the acknowledgement. Code should be one of: A, E, R. Codes can be prepended with C or A, denoting enhanced or normal acknowledge mode. This denotes: accept, general error and reject respectively. The ACK module will determine the right answer mode (normal or enhanced) based upon the request, if not provided. The message provided in $msg will be set in MSA 3.

setErrorMessage($errMsg)

Set the error message for the acknowledgement. This will also set the error code to either AE or CE, depending on the mode of the incoming message.

D.A.Dokter <dokter@wyldebeast-wunderliebe.com>

Copyright (c) 2002 D.A.Dokter. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Hey! The above document had some coding errors, which are explained below:
Around line 41:
You can't have =items (as at line 99) unless the first thing after the =over is an =item
2004-02-10 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.