FunctionalGroupOrRootLevelAttribute(Int32,Int32,Int32,Int32,Int32) Method
Return the required
DicomAttribute within a specified functional group within a
DicomDataSet
public DicomAttribute FunctionalGroupOrRootLevelAttribute(
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
public function FunctionalGroupOrRootLevelAttribute(
: System.Integer;
: System.Integer;
: System.Integer;
: System.Integer;
: System.Integer
): DicomAttribute;
public function FunctionalGroupOrRootLevelAttribute(
: System.int,
: System.int,
: System.int,
: System.int,
: System.int
) : DicomAttribute;
public: DicomAttribute* FunctionalGroupOrRootLevelAttribute(
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
public:
DicomAttribute^ FunctionalGroupOrRootLevelAttribute(
System.int ,
System.int ,
System.int ,
System.int ,
System.int
)
'Declaration
Public Overloads Function FunctionalGroupOrRootLevelAttribute( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As DicomAttribute
'Usage
Dim instance As DicomDataSet
Dim FunctionalGroup As System.Integer
Dim FunctionalElement As System.Integer
Dim Frame As System.Integer
Dim Group As System.Integer
Dim Element As System.Integer
Dim value As DicomAttribute
value = instance.FunctionalGroupOrRootLevelAttribute(FunctionalGroup, FunctionalElement, Frame, Group, Element)
Parameters
- FunctionalGroup
- The Group of the requested dataset
- FunctionalElement
- The Element of the requested dataset
- Frame
- The frame number to which the dataset should apply
- Group
- The Group number of the requested attribute within the dataset
- Element
- The Element number of the requested attribute within the dataset
Return Value
The requested
DicomAttribute
Target Platforms: .NET CLR 4.8 or higher