Difference between revisions of "Tools"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) (→Best Practice Utility Tool) |
||
(One intermediate revision by the same user not shown) | |||
Line 29: | Line 29: | ||
</pre> | </pre> | ||
− | Download: [http://oridashi.com.au/install/tools/mdutil.zip http://oridashi.com.au/install/tools/mdutil.zip] | + | Download: Download: tool + sample file based ihi setting batch script |
+ | [http://oridashi.com.au/install/tools/mdutil.zip http://oridashi.com.au/install/tools/mdutil.zip] | ||
== Best Practice Utility Tool == | == Best Practice Utility Tool == | ||
Line 37: | Line 38: | ||
<pre> | <pre> | ||
Usage: | Usage: | ||
− | bputil <db name> <db instance> [[<internald id> | /name:<lastname>[,<firstname>]] <ihi>] | [/file:<filename>] | + | bputil <db name> <db instance> [[<internald id> | /name:<lastname>[,<firstname>]] <ihi>] | [/file:<filename>] [/hpio:<hpio number>] |
Examples: | Examples: | ||
+ | |||
+ | set HPIO | ||
+ | bputil BPSSamples SERVER\BPSINSTANCE /hpio:8003627500000328 | ||
set IHI | set IHI | ||
− | bputil BPSSamples | + | bputil BPSSamples SERVER\BPSINSTANCE 35 8003608233326542 |
bputil BPSSamples SERVER\BPSINSTANCE /name:Jones,Jane 8003608233326542 | bputil BPSSamples SERVER\BPSINSTANCE /name:Jones,Jane 8003608233326542 | ||
bputil BPSSamples SERVER\BPSINSTANCE /namefile:C:\testdata.txt | bputil BPSSamples SERVER\BPSINSTANCE /namefile:C:\testdata.txt |
Latest revision as of 23:37, 7 March 2019
Medical Director IHI Tool
Manually set an IHI for a selected MD patient for testing purposes. Without the need to connect to HI Services.
Usage: mdutil <db name> <db instance> [[<internald id> | /name:<lastname>[,<firstname>]] <ihi>] | [/file:<filename>] set IHI mdutil HCN_SAMPLES SERVER\HCNSQL07 35 8003608233326542 mdutil HCN_SAMPLES SERVER\HCNSQL07 /name:Jones,Jane 8003608233326542 mdutil HCN_SAMPLES SERVER\HCNSQL07 /namefile:C:\testdata.txt /namefile text file format; 1 entry per line - <lastname>[,<firstname>] <ihi> e.g. // comment line Andrews,Julie 8003608233326559 Andrews,Jennifer 8003608233326558 Schein 8003608233326557 list all patients mdutil /patients HCN_SAMPLES SERVER\HCNSQL07 Details: - samples HCN_SAMPLES - live HCN - instance name HCNSQL07 - Patient.id identifies patient
Download: Download: tool + sample file based ihi setting batch script
http://oridashi.com.au/install/tools/mdutil.zip
Best Practice Utility Tool
Manually set an IHI for a selected BP patient for testing purposes. Without the need to connect to HI Services. List a
Usage: bputil <db name> <db instance> [[<internald id> | /name:<lastname>[,<firstname>]] <ihi>] | [/file:<filename>] [/hpio:<hpio number>] Examples: set HPIO bputil BPSSamples SERVER\BPSINSTANCE /hpio:8003627500000328 set IHI bputil BPSSamples SERVER\BPSINSTANCE 35 8003608233326542 bputil BPSSamples SERVER\BPSINSTANCE /name:Jones,Jane 8003608233326542 bputil BPSSamples SERVER\BPSINSTANCE /namefile:C:\testdata.txt /namefile text file format; 1 entry per line - <lastname>[,<firstname>] <ihi> e.g. // comment line Aldridge 8003608233326550 Ahern,Rhonda 8003608233326551 Abbott,Alan 8003608233326552 list all patients bputil /patients BPSSamples SERVER\BPSINSTANCE Details: - samples: BPSSamples - live: BPSPatients - instance name: BPSINSTANCE - Patient.id identifies patient
Download: tool + sample file based ihi setting batch script
http://oridashi.com.au/install/tools/bputil.zip