'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
'UsageDim 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)
public DicomAttribute FunctionalGroupOrRootLevelAttribute( System.int FunctionalGroup, System.int FunctionalElement, System.int Frame, System.int Group, System.int Element )
public function FunctionalGroupOrRootLevelAttribute( FunctionalGroup: System.Integer; FunctionalElement: System.Integer; Frame: System.Integer; Group: System.Integer; Element: System.Integer ): DicomAttribute;
public function FunctionalGroupOrRootLevelAttribute( FunctionalGroup : System.int, FunctionalElement : System.int, Frame : System.int, Group : System.int, Element : System.int ) : DicomAttribute;
public: DicomAttribute* FunctionalGroupOrRootLevelAttribute( System.int FunctionalGroup, System.int FunctionalElement, System.int Frame, System.int Group, System.int Element )
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