[This is preliminary documentation and is subject to change.]
Gets the IOD Name for the supplied DicomMessage using the loaded definition files.
| C# | Visual Basic | Visual C++ |
public string GetIodNameFromDefinition( DicomMessage dicomMessage )
Public Function GetIodNameFromDefinition ( _ dicomMessage As DicomMessage _ ) As String
public: String^ GetIodNameFromDefinition( DicomMessage^ dicomMessage )
- dicomMessage (DicomMessage)
- DicomMessage for which the IOD Name is being sought.
The IOD Name for the DicomMessage or an empty String if no matching definition file is
found in the loaded definition files.
The DimseCommand and SOP Class UID specified in the CommandSet of the DicomMessage is
used to get the IOD Name using the loaded definition files.