Sha256: 9c50b46616e56f01ce0df23f0650f873be5e6ebce1198463c83702d48aa31223

Contents?: true

Size: 158 Bytes

Versions: 3

Compression:

Stored size: 158 Bytes

Contents

#!/bin/bash

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

echo $XML | xmllint --format -

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
roqua-healthy-1.2.0 bin/get_xml_for_patient
roqua-healthy-1.1.9 bin/get_xml_for_patient
roqua-healthy-1.1.8 bin/get_xml_for_patient