'Declaration Public Overloads Shared Function Keyword( _ ByVal Group As System.UShort, _ ByVal Element As System.UShort _ ) As Keyword
'Declaration
Public Overloads Shared Function Keyword( _ ByVal Group As System.UShort, _ ByVal Element As System.UShort _ ) As Keyword
public static Keyword Keyword( System.ushort Group, System.ushort Element )
ushort group = 0x0010; ushort element = 0x0010; var keyword = DicomGlobal.Keyword(group, element); // keyword = (DicomObjects.Enums.)Keyword.PatientName
Target Platforms: .NET CLR 4.8 or higher
DicomGlobal Class DicomGlobal Members Overload List