[This is preliminary documentation and is subject to change.]
Try to find a DicomHl7TagMap in the collection using the HL7 Tag as index.
| C# | Visual Basic | Visual C++ |
public static DicomHl7TagMap FindTagMap( Hl7Tag hl7Tag, int componentIndex )
Public Shared Function FindTagMap ( _ hl7Tag As Hl7Tag, _ componentIndex As Integer _ ) As DicomHl7TagMap
public: static DicomHl7TagMap^ FindTagMap( Hl7Tag^ hl7Tag, int componentIndex )
- hl7Tag (Hl7Tag)
- HL7 Tag used as index.
- componentIndex (Int32)
- Component index.
DicomHl7TagMap - null if no match found