|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-HL7/blib/lib/Net/HL7/Request.pm |
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 the Net::HL7::Message manpage.
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.
|
/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Net-HL7/blib/lib/Net/HL7/Request.pm |