1Net::HL7::Messages::ACKU(s3e)r Contributed Perl DocumentaNteito:n:HL7::Messages::ACK(3)
2
3
4
6 Net::HL7::Messages::ACK
7
9 $ack = new Net::HL7::Messages::ACK($request);
10
12 Convenience module implementing an acknowledgement (ACK) message. This
13 can be used in HL7 servers to create an acknowledgement for an incoming
14 message.
15
17 setAckCode($code, [$msg])
18 Set the acknowledgement code for the acknowledgement. Code should
19 be one of: A, E, R. Codes can be prepended with C or A, denoting
20 enhanced or normal acknowledge mode. This denotes: accept, general
21 error and reject respectively. The ACK module will determine the
22 right answer mode (normal or enhanced) based upon the request, if
23 not provided. The message provided in $msg will be set in MSA 3.
24
25 setErrorMessage($errMsg)
26 Set the error message for the acknowledgement. This will also set
27 the error code to either AE or CE, depending on the mode of the
28 incoming message.
29
31 D.A.Dokter <dokter@wyldebeast-wunderliebe.com>
32
34 Copyright (c) 2002 D.A.Dokter. All rights reserved. This program is
35 free software; you can redistribute it and/or modify it under the same
36 terms as Perl itself.
37
38
39
40perl v5.32.0 2020-07-28 Net::HL7::Messages::ACK(3)