'DeclarationPublic Overloads Function FunctionalGroupOrRootLevelAttribute( _ ByVal FunctionalGroup As System.Integer, _ ByVal FunctionalElement As System.Integer, _ ByVal Frame As System.Integer, _ ByVal Group As System.Integer, _ ByVal Element As System.Integer _ ) As DicomAttribute
public DicomAttribute FunctionalGroupOrRootLevelAttribute( System.int FunctionalGroup, System.int FunctionalElement, System.int Frame, System.int Group, System.int 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