C#
VB
Java
WinRT C#
C++
Returns DicomUid that contains the item with the specified value representation code.
Public Function Find( _
ByVal code As String _
) As Leadtools.Dicom.DicomUid
public Leadtools.Dicom.DicomUid Find(
string code
)
public DicomUid find(String code)
function Leadtools.Dicom.DicomUidTable.Find(
code
)
public:
Leadtools.Dicom.DicomUid^ Find(
String^ code
)
code
A value representation code. DicomUid class in the UID Table that has this value representation code will be returned.
DicomUid that contains the item with the specified value representation code.
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET