message.getNodeNamesMatchingPattern¶
Use when: You want to read values from the modified message during mapping. If you need the original incoming message, use source.getNodeNamesMatchingPattern.
Signature: message.getNodeNamesMatchingPattern(nodePath)
Returns: String[] tagPaths - the matching DICOM tag paths
Get the DICOM tags present in the message that match the nodePath pattern.
Note
The nodePath must be a full node path XXXX,XXXX with ? wild cards as needed (Example: 00??,0100).
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | nodePath | the DICOM node path pattern with optional ? wild cards |