DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class
Properties Methods

DicomAttribute Class Members

The following tables list the members exposed by DicomAttribute.

Public Properties
 NameDescription
Public Property The URI from which the data could be retrieved  
Public Property Returns a single byte array containing the attribute's data  
Public PropertyStart values for date and time ranges  
Public PropertyEnd values for date and time ranges  
Public Property Callback to DelayedDataRoutine specified by used for fetching binary data  
Public PropertyThe DICOM Description of the Attribute  
Public PropertyThe element indices of a data element  
Public PropertyDetermines whether an attribute actually exists  
Public Property Returns True if non-null data is present.  
Public PropertyThe Group indices of a data element.  
Public Property Determines whether an attribute has a potential value multiplicity of greater than 1  
Public PropertyIndicates whether DicomAttribute has a non-null value  
Public Property Checks whether an attribute is private  
Public PropertyThe default indexer.  
Public Property String representation of the attribute's keyword  
Public PropertyThe attribute's keyword as a Keyword  
Public PropertyThe raw data held in DicomAttribute object  
Public PropertyA general purpose Tag for developer use  
Public PropertyThe value of a Data Element  
Public PropertyThe value multiplicity of an attribute  
Public PropertyThe Value Representation of an attribute  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)The value multiplicity of an attribute as defined by the DICOM standard  
Public Methodstatic (Shared in Visual Basic)The value representation of an attribute as defined by the DICOM standard  
Public Method Release all resources used by this DicomAttribute object.  
Public MethodOverloaded. Converts object to String Value  
Public Method Returns the value of Data Element, which may vary according to its surrounding context  
Top
See Also