Tools

From Hiasobi - FHIR
Jump to: navigation, search

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