[
https://issues.apache.org/jira/browse/NIFI-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382704#comment-15382704
]
ASF GitHub Bot commented on NIFI-2090:
--------------------------------------
GitHub user jfrazee opened a pull request:
https://github.com/apache/nifi/pull/669
NIFI-2090 Add support for HL7 segment names and components in
ExtractHL7Attributes
Note that this doesn't apply the "friendly" names to for composite field
types and those are still produced with numeric indexes (e.g.,
PID.PatientIDInternalID.CX.1). While that's super useful, the only way to get
at that with the underlying HAPI library is via reflection, so it will require
a separate commit with more extensive testing.
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/669.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 #669
----
commit 0dc6a278a851334db734363e47165b49df5e9410
Author: Joey Frazee <[email protected]>
Date: 2016-06-23T04:44:40Z
Added options for segment names, parse fields in ExtractHL7Attributes
commit 717bd6c09234d609e004de48015d043dbf6ef977
Author: Joey Frazee <[email protected]>
Date: 2016-06-23T05:04:25Z
Fix mislabeled parse-segment-fields property displayName
----
> 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: Improvement
> Reporter: Joey Frazee
> Assignee: Joseph Witt
> Priority: Minor
> Fix For: 1.0.0
>
>
> 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)