Gets the presentation contexts that contain the specified Abstract Syntax.
Syntax
Visual Basic (Declaration) | |
---|
Public Function FindAbstracts( _
ByVal uid As String _
) As Byte() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomAssociate
Dim uid As String
Dim value() As Byte
value = instance.FindAbstracts(uid) |
Parameters
- uid
- The Abstract Syntax Name to find. For a list of possible values, refer to Abstract Syntax Values.
Return Value
An array that contains the presentation contexts that contain the specified Abstract Syntax.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also