'DeclarationPublic Overloads Function FunctionalGroupOrRootLevelAttribute( _ ByVal FunctionalGroup As Integer, _ ByVal FunctionalElement As Integer, _ ByVal Frame As Integer, _ ByVal Group As Integer, _ ByVal Element As Integer _ ) As DicomAttribute
'UsageDim instance As DicomDataSet Dim FunctionalGroup As Integer Dim FunctionalElement As Integer Dim Frame As Integer Dim Group As Integer Dim Element As Integer Dim value As DicomAttribute value = instance.FunctionalGroupOrRootLevelAttribute(FunctionalGroup, FunctionalElement, Frame, Group, Element)
public DicomAttribute FunctionalGroupOrRootLevelAttribute( int FunctionalGroup, int FunctionalElement, int Frame, int Group, int Element )
public: DicomAttribute^ FunctionalGroupOrRootLevelAttribute( int FunctionalGroup, int FunctionalElement, int Frame, int Group, 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