Sha256: 501a0d417f4a520b9aed27d169ca04c694cc3b07b6c59024d22b1d86a3f5c249

Contents?: true

Size: 159 Bytes

Versions: 11

Compression:

Stored size: 159 Bytes

Contents

#!/bin/bash

COMMAND="curl --data \"method=A19&application=healthy&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_xml_for_patient
roqua-healthy-1.1.6 bin/get_xml_for_patient
roqua-healthy-1.1.5 bin/get_xml_for_patient
roqua-healthy-1.1.4 bin/get_xml_for_patient
roqua-healthy-1.1.3 bin/get_xml_for_patient
roqua-healthy-1.1.2 bin/get_xml_for_patient
roqua-healthy-1.1.1 bin/get_xml_for_patient
roqua-healthy-1.1.0 bin/get_xml_for_patient
roqua-healthy-1.0.2 bin/get_xml_for_patient
roqua-healthy-1.0.1 bin/get_xml_for_patient
roqua-healthy-1.0.0 bin/get_xml_for_patient