Re: [HAPI-devel] "Path" expressions?

2012-02-16 Thread Ian Vowles
What you are after is the terser. Cut and pasted snippets below. Since the structure of the ORM is rather deep, I included some additional strings to make it easier. The example I extracted this from uses a properties file that has a database column name as the key, and the datatype and terse

[HAPI-devel] "Path" expressions?

2012-02-16 Thread LDH
I just worked on a project which used Mirth, and in the mapping code, we'd do something like var PatientGivenName = msg['PID.5.2'].toString(); I have been searching the docs and samples online to find a way to access values from "path expressions" like the above, but without success. A q