Difference between revisions of "Tools"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) |
Brett Esler (Talk | contribs) |
||
Line 3: | Line 3: | ||
<pre> | <pre> | ||
− | Usage: | + | 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: | Details: | ||
Line 16: | Line 29: | ||
</pre> | </pre> | ||
− | Download: [http://oridashi.com.au/install/tools/ | + | Download: [http://oridashi.com.au/install/tools/mdutil.zip http://oridashi.com.au/install/tools/mdutil.zip] |
== Best Practice Utility Tool == | == Best Practice Utility Tool == |
Revision as of 18:17, 6 April 2018
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: 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>] Examples: set IHI bputil BPSSamples server1\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