Name : perl-Net-HL7
| |
Version : 0.82
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 17:16:07
|
Group : Development/Libraries/Perl
| Source RPM : perl-Net-HL7-0.82-lp154.1.1.src.rpm
|
Size : 0.06 MB
| |
Packager : https://www_suse_com/
| |
Summary : Net::HL7 Perl module
|
Description :
The Net-HL7 package is a simple Perl API for creating, parsing sending and receiving HL7 messages. To create an empty HL7 message object, do:
use Net::HL7::Message;
my $msg = new Net::HL7::Message();
and add segments like:
my $msh = new Net::HL7::Segments::MSH(); my $pid = new Net::HL7::Segment(\"PID\");
$pid->setField(3, \"1231313\");
$msg->addSegment($msh); $msg->addSegment($pid);
For details, please consult the man pages of each specific class, or consult the generated API docs on _http://hl7toolkit.sourceforge.net/_. You might also check the test files in the \'t\' directory for examples.
The Net::HL7 class is only used for documentation purposes (the stuff you\'re reading right now), to set HL7 configuration properties such as control characters on a global level and to provide a version number of the package to the Perl installation process. This can be used in a \'require\' statement, or to create a dependency from another Perl package.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-N/15.4/noarch |