In This Topic
Instruct DicomObjects to ignore particular attributes
Syntax
'Declaration
Public Shared Sub IgnoreAttribute( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
'Usage
Dim Group As System.Integer
Dim Element As System.Integer
DicomGlobal.IgnoreAttribute(Group, Element)
public static void IgnoreAttribute(
System.int ,
System.int
)
public procedure IgnoreAttribute(
: System.Integer;
: System.Integer
); static;
public static function IgnoreAttribute(
: System.int,
: System.int
);
public: static void IgnoreAttribute(
System.int ,
System.int
)
public:
static void IgnoreAttribute(
System.int ,
System.int
)
Parameters
- Group
- The Group to ignore
- Element
- The Element to ignore
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also