|
NAMENet::HL7::ResponseSYNOPSISIn 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); DESCRIPTIONThe 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.METHODSSee Net::HL7::Message.AUTHORD.A.Dokter <dokter@wyldebeast-wunderliebe.com>LICENSECopyright (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.
Visit the GSP FreeBSD Man Page Interface. |