Difference between revisions of "Tools"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (→Medical Director IHI Tool) |
Brett Esler (Talk | contribs) (→Best Practice Utility Tool) |
||
(13 intermediate revisions by the same user not shown) | |||
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 14: | Line 29: | ||
</pre> | </pre> | ||
− | [ | + | 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 | + | == Best Practice Utility Tool == |
Manually set an IHI for a selected BP patient for testing purposes. Without the need to connect to HI Services. | Manually set an IHI for a selected BP patient for testing purposes. Without the need to connect to HI Services. | ||
+ | List a | ||
<pre> | <pre> | ||
− | Usage: | + | 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: | Details: | ||
- samples: BPSSamples | - samples: BPSSamples | ||
- live: BPSPatients | - live: BPSPatients | ||
− | - instance name: | + | - instance name: BPSINSTANCE |
- Patient.id identifies patient | - Patient.id identifies patient | ||
</pre> | </pre> | ||
− | [ | + | Download: tool + sample file based ihi setting batch script |
+ | [http://oridashi.com.au/install/tools/bputil.zip http://oridashi.com.au/install/tools/bputil.zip] |
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