Sha256: 679d0bc03e6fa1eedf470eb23705807ca92f74f3c24bf6150bca7b2487c15d7e

Contents?: true

Size: 139 Bytes

Versions: 11

Compression:

Stored size: 139 Bytes

Contents

#!/bin/bash

COMMAND="curl --data \"method=A19&patient_id=$1\" \"http://$2\""
XML=$(ssh x3mirth "$COMMAND")

echo $XML | xmllint --format -

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
roqua-healthy-1.1.7 bin/get_old_mirth_processing_result
roqua-healthy-1.1.6 bin/get_old_mirth_processing_result
roqua-healthy-1.1.5 bin/get_old_mirth_processing_result
roqua-healthy-1.1.4 bin/get_old_mirth_processing_result
roqua-healthy-1.1.3 bin/get_old_mirth_processing_result
roqua-healthy-1.1.2 bin/get_old_mirth_processing_result
roqua-healthy-1.1.1 bin/get_old_mirth_processing_result
roqua-healthy-1.1.0 bin/get_old_mirth_processing_result
roqua-healthy-1.0.2 bin/get_old_mirth_processing_result
roqua-healthy-1.0.1 bin/get_old_mirth_processing_result
roqua-healthy-1.0.0 bin/get_old_mirth_processing_result