
Net::HL7::Request

my $request = new Net::HL7::Request(); my $conn = new Net::HL7::Connection('localhost', 8089);
$request->setField("MSH", 1, "");
my $response = $conn->send($request);

The Net::HL7::Request simply extends the Net::HL7::Message class.

See Net::HL7::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.