source.getNodeNamesMatchingPattern¶
Use when: You want to read values from the original incoming message before any mapping changes. If you need the modified message during mapping, use message.getNodeNamesMatchingPattern.
Signature: source.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 |