[
https://issues.apache.org/jira/browse/NIFI-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345731#comment-15345731
]
ASF GitHub Bot commented on NIFI-2090:
--------------------------------------
GitHub user jfrazee opened a pull request:
https://github.com/apache/nifi/pull/565
NIFI-2090 Add support for HL7 segment names and components in
ExtractHL7Attributes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jfrazee/nifi NIFI-2090
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/565.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #565
----
commit b6a2238a6d19d05e01b4ef986aee8b6e8a58746c
Author: Joey Frazee <[email protected]>
Date: 2016-06-23T04:44:40Z
Added options for segment names, parse fields in ExtractHL7Attributes
----
> Add support for HL7 segment names and components in ExtractHL7Attributes
> ------------------------------------------------------------------------
>
> Key: NIFI-2090
> URL: https://issues.apache.org/jira/browse/NIFI-2090
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joey Frazee
> Priority: Minor
>
> HL7 segments and components (segment fields) have descriptive names, e.g.,
> MSH.12 is Version ID and PID.5 is Patient Name. ExtractHL7Attributes should
> support using these names in addition to the numeric identifiers.
> Some HL7 segment fields are also "composite" and have sub-elements of their
> own (separated by ^). For example, PID.5 is the Patient Name, which is
> sub-divided into family name, given name, etc. It would be nice to have
> access to the individual components.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)