NAME

Net::HL7::MSH

SYNOPSIS

my $seg = new Net::HL7::MSH();

$seg->setField(1, "^~\&"); print $seg->getField(1);

DESCRIPTION

The Net::HL7::MSH is an implementation of the Net::HL7::Segment class.

METHODS

new()

This constructor takes no arguments.

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.