1Net::HL7::Response(3) User Contributed Perl DocumentationNet::HL7::Response(3)
2
3
4
6 Net::HL7::Response
7
9 In general, this object is created by the Net::HL7::Connection, like:
10
11 my $conn = new Net::HL7::Connection('localhost', 8089); my $request =
12 new Net::HL7::Request();
13
14 # ... set the HL7 message for the request
15
16 my $response = $conn->send($request);
17
19 The Net::HL7::Response class extends the Net::HL7::Message class. In
20 general, it is not necessary to create instances of this class
21 directly, since it will be created by the Connection or Daemon when
22 necessary.
23
25 See Net::HL7::Message.
26
28 D.A.Dokter <dokter@wyldebeast-wunderliebe.com>
29
31 Copyright (c) 2002 D.A.Dokter. All rights reserved. This program is
32 free software; you can redistribute it and/or modify it under the same
33 terms as Perl itself.
34
35
36
37perl v5.32.1 2021-01-27 Net::HL7::Response(3)