The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::HL7::Response

SYNOPSIS

In general, this object is created by the Net::HL7::Connection, like:

my $conn = new Net::HL7::Connection('localhost', 8089); my $request = new Net::HL7::Request();

# ... set the HL7 message for the request

my $response = $conn->send($request);

DESCRIPTION

The Net::HL7::Response class extends the Net::HL7::Message class. In general, it is not necessary to create instances of this class directly, since it will be created by the Connection or Daemon when necessary.

METHODS

See Net::HL7::Message.

AUTHOR

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

LICENSE

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.