Sha256: 2183a7d95f6676730ea737d99ff9108e759e028e0f5149956ff2d72a4f12ba63
Contents?: true
Size: 187 Bytes
Versions: 14
Compression:
Stored size: 187 Bytes
Contents
#!/usr/bin/env ruby unless ARGV[0] && ARGV[1] puts "Usage: get PATIENT_ID IP:PORT" exit 1 end exec "bin/get_xml_for_patient #{ARGV[0]} '#{ARGV[1]}' | ruby -Ilib bin/parse_local_xml"
Version data entries
14 entries across 14 versions & 1 rubygems