Difference between revisions of "Tools"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (→Best Practice IHI Tool) |
Brett Esler (Talk | contribs) (→Best Practice IHI Tool) |
||
Line 18: | Line 18: | ||
Download: [http://oridashi.com.au/install/tools/mdihi.zip http://oridashi.com.au/install/tools/mdihi.zip] | Download: [http://oridashi.com.au/install/tools/mdihi.zip http://oridashi.com.au/install/tools/mdihi.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>] | ||
− | |||
− | + | 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: | Details: |
Revision as of 11:01, 5 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: mdihi <database> <instance> <patient resource id> <ihi> Example: mdihi HCN_SAMPLES server1\HCNSQL07 23 8003608233326545 mdihi /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/mdihi.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