Duco Dokter > Net-HL7 > Net::HL7::Request

Download:
Net-HL7-0.72.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

Net::HL7::Request

SYNOPSIS ^

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

$request->setField("MSH", 1, "");

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

DESCRIPTION ^

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

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.