Skip to content

v1.7.6

Compare
Choose a tag to compare
@RobHolme RobHolme released this 27 Sep 00:41
· 43 commits to master since this release

Select-HL7Item
Added support for multiple values in the -ItemPosition parameter. Values for all items listed will be returned. e.g.

Select-HL7Item -Path c:\test\*.hl7 -ItemPosition PID-3.1,PID-5

PID-3                          PID-5              Filename
-----                          -----              --------
9999999^^^ContosoHospital^UMR  SMITH^TESTING^SAM  C:\test\202006201148_415045_DFT^P03.hl7
9999999^^^ContosoHospital^UMR  SMITH^TESTING^SAM  C:\test\202006201151_884909_DFT^P03.hl7
9999999^^^ContosoHospital^UMR  SMITH^TESTING^SAM  C:\test\202006201152_262858_DFT^P03.hl7

Default view is a table - if long values are returned some columns may not be displayed in the default view. Either pipe the results to Format-List, or Select-Object (and specify the property names to display).