DVTk API
GetIodNameFromDefinition Method (dicomMessage)
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadGetIodNameFromDefinition(DicomMessage)
DVTk API

[This is preliminary documentation and is subject to change.]

Gets the IOD Name for the supplied DicomMessage using the loaded definition files.
Declaration Syntax
C#Visual BasicVisual C++
public string GetIodNameFromDefinition(
	DicomMessage dicomMessage
)
Public Function GetIodNameFromDefinition ( _
	dicomMessage As DicomMessage _
) As String
public:
String^ GetIodNameFromDefinition(
	DicomMessage^ dicomMessage
)
Parameters
dicomMessage (DicomMessage)
DicomMessage for which the IOD Name is being sought.
Return Value
The IOD Name for the DicomMessage or an empty String if no matching definition file is found in the loaded definition files.
Remarks
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0