You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2016/07/16 14:11:20 UTC

[jira] [Commented] (NIFI-2090) Add support for HL7 segment names and components in ExtractHL7Attributes

    [ https://issues.apache.org/jira/browse/NIFI-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380783#comment-15380783 ] 

Joseph Witt commented on NIFI-2090:
-----------------------------------

[~jfrazee] Hello Joey.  Could you please resubmit this against the master branch instead of 0.x.  I was able to move it over by simply cherry-picking so that is no big deal but if you don't mind that would be cool.  Also, there are a few contrib-check issues.

[WARNING] src/main/java/org/apache/nifi/processors/hl7/ExtractHL7Attributes.java[23:8] (imports) UnusedImports: Unused import - java.util.HashMap.
[WARNING] src/main/java/org/apache/nifi/processors/hl7/ExtractHL7Attributes.java[228:21] (blocks) RightCurly: '}' should be on the same line.
[WARNING] src/main/java/org/apache/nifi/processors/hl7/ExtractHL7Attributes.java[254:21] (blocks) RightCurly: '}' should be on the same line.
[WARNING] src/main/java/org/apache/nifi/processors/hl7/ExtractHL7Attributes.java[288:17] (blocks) RightCurly: '}' should be on the same line.

Can you take a look and let me know when ready for review?

> 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)