HL7value ( hl7 ; segment ; repetition ; sequence ; field )
Pulls a value from an HL7 string located by segment, repetition of segment, sequence (position) in the pipe-delimited segment, and field (section within a carrot "^" delimited string).
Average rating: 4.5 (2 votes) Log in to vote
L. Allen Poole - Show more from this author
Creative Database Solutions NW http://cdsnw.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
(See comments inside function)
Comments
Matthew Fero, University of New Mexico Jun 1, 2025 |
||
This seems to work well, if the data exists in the message. I have an issue, though, that it will return spurious results, if the data does not exist. For example, in the example you gave, asking for OBX[3] 5.1 returns "BASKIN123". | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.