I doubt it can be done with a generic process for any VDOC type.
For HL7 to get Virtual Property Path using names ("symbolic ones") you must know and use the "DocType" (that is the schema category and message structure) of the message.
In HL7, for a given HL7 message, it's not clear to me what you need/want as output, you want to visit all nodes/fields....defined? All possible nodes/fields defined in the schema structure? All nodes/fields that contains values?
If you need all possible nodes/fields for a given DocType, then you can get them from the Schema Definition.
- Log in to post comments