Help for this page

Select Code to Download


  1. or download this
    my %Control = (
        ConfigData => \%ConfigData,
    ...
            $Control{$set}{$x{ID}}{$x{DataName}}= $x{DataValue};
        }
    }
    
  2. or download this
    sub DataClass::doit {
        my ($self, $set, $hash) = @_;
    ...
    
    $Data->doit('ConfigData',\%ConfigData);
    $Data->doit('DicomDestinations', \%DestinationData);