ruby_astm 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ruby_astm/lab_interface.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 97473c3503fe13333b10d72191a32d48e7893885a953059f6e30b13a749e0b18
         | 
| 4 | 
            +
              data.tar.gz: db9984ca11f5302743aab7406469925ce2cc223e7c7a0c35131576c94eb5e84e
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 44e68e846d2d9acdc9580c0b5a5881091f104a68fb894540768bd43b6465fc6c717425775bddee642d8102ee1fdcd5a156042aff22c8a86bd7ae5aef90d14b25
         | 
| 7 | 
            +
              data.tar.gz: 54499a0a1880df3c0933878f5bc1af9ba714767cad0ed2038a4cd2704df4ac43cf711e2cb2d4ba265f2a5d65513c8cf18f5f2a0d61048e1c8dad91d56513944a
         | 
| @@ -160,7 +160,7 @@ module LabInterface | |
| 160 160 | 
             
                    puts self.data_buffer.gsub(/\r/,'\n').to_s
         | 
| 161 161 | 
             
                    ## send the header 
         | 
| 162 162 | 
             
                    #puts "--------- SENT ACK -----------"
         | 
| 163 | 
            -
                    if self.data_buffer | 
| 163 | 
            +
                    if self.data_buffer =~ /MSH\|/
         | 
| 164 164 | 
             
                      puts " -------------- HEADERS ARE BLANK WITH HL7, sending ack. ------------ "
         | 
| 165 165 | 
             
                      process_text(self.data_buffer)
         | 
| 166 166 | 
             
                      self.data_buffer = ''
         |