Help for this page

Select Code to Download


  1. or download this
    # hl7_conv
    
    ...
    
        return join '', @output;
    }
    
  2. or download this
    [ ~/tmp ] $ perl hl7_conv 
    INPUT:   AB\T\F\S\CD\E\E\E\R\R\R
    ...
    GEN_OUT: AB&F^CD\E\R~R
    EXP_OUT: AB&F^CD\E\R~R
    hl7_conv: SUCCESS!
    
  3. or download this
    # hl7_conv
    
    ...
    
        return $in;
    }
    
  4. or download this
    # hl7_conv
    
    ...
    
        return $in;
    }
    
  5. or download this
    [ ~/tmp ] $ perl hl7_conv 
    INPUT:   AB\T\F\S\CD
    ...
    hl7_conv: SUCCESS!
    [ ~/tmp ] $