[This is preliminary documentation and is subject to change.]
Represents Dicom File Meta Information.
| C# | Visual Basic | Visual C++ |
public class FileMetaInformation : AttributeSet
Public Class FileMetaInformation _ Inherits AttributeSet
public ref class FileMetaInformation : public AttributeSet
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| FileMetaInformation()()() |
Default constructor.
| |
| Add(Attribute) |
Adds (using deep copy) an Attribute.
(Inherited from AttributeSet.) | |
| AddItem(String, SequenceItem) |
Adds (using deep copy) the sequenceItem to all Sequence Attributes
indicated by tagSequence.
(Inherited from AttributeSet.) | |
| AddValues(String, Values) | ||
| AddValues(String, array<Object>[]()[]) | (Inherited from AttributeSet.) | |
| Append(String, VR, array<Object>[]()[]) |
When the tag sequence is single attribute specifying, this method does the following:
- When the attribute already exists and also has VR SQ, the values or sequence items
are appended to the already existing values or sequence items.
- When the attribute already exists but has a different VR, an error is displayed and
nothing is appended.
- When the attribute does not already exists, it is created and the values or sequence
items are added.
When the tag sequence contains wildcards, the rules above are applied to each existing attribute
specified by the tag sequence.
Whenever the VR specified is SQ and the parameters supplied contain non sequence
item(s), and exception is thrown.
Whenever the VR specified is unequal SQ and the parameters contain sequence item(s),
and exception is thrown.
(Inherited from AttributeSet.) | |
| Clear()()() |
Remove all attributes from the AttributeSet.
(Inherited from AttributeSet.) | |
| ClearValues(String) | (Inherited from AttributeSet.) | |
| Count |
Gets the number of attributes.
(Inherited from AttributeSet.) | |
| Delete(String) |
Delete Attributes.
The tag sequence supplied can be both single attribute matching and
wildcard attribute matching.
(Inherited from AttributeSet.) | |
| DicomPrefix |
Get or set the file preable.
| |
| DumpUsingVisualBasicNotation(String) | (Inherited from AttributeSet.) | |
| dvtkDataAttributeSet |
The encapsulated AttributeSet from the DvtkData librbary.
(Inherited from AttributeSet.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Exists(String) |
Indicates if the attribute with the supplied tag sequence exists.
(Inherited from AttributeSet.) | |
| FilePreamble |
Get or set the file preable.
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| Getitem(String, Int32) |
Get a SequenceItem by specifying a tagSequence
tagSequence.
(Inherited from AttributeSet.) | |
| GetitemCount(String) |
Get the number of SequenceItems by specifying a tagSequence
tagSequence.
(Inherited from AttributeSet.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValues(String) |
Get the Values of the attribute specified in the
tagSequence.
(Inherited from AttributeSet.) | |
| GetVM(String) |
Get the Value Multiplicity of the attribute specified in the
tagSequence.
(Inherited from AttributeSet.) | |
| GetVR(String) |
Get the Value Representation of the attribute specified in the
tagSequence.
(Inherited from AttributeSet.) | |
| InsertValues(String, Int32, Values) | (Inherited from AttributeSet.) | |
| InsertValues(String, Int32, array<Object>[]()[]) | (Inherited from AttributeSet.) | |
| Item[([(String])]) |
Get an attribute given the TagSequence.
The TagSequence supplied must be single attribute matching.
(Inherited from AttributeSet.) | |
| Item[([(Int32])]) |
Get an attribute given the zero based index for this AttributeSet.
(Inherited from AttributeSet.) | |
| MakeAscending(Boolean) |
Make attributes in this AttributeSet ascending (Dicom compliant).
(Inherited from AttributeSet.) | |
| MediaStorageSOPClassUID |
Get or set the Media Storage SOP Class UID ((0002,0002)).
| |
| MediaStorageSOPInstanceUID |
Get or set the Media Storage SOP Instance UID ((0002,0003)).
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Randomize(String) |
Randomizes all attributes contained in this instance.
(Inherited from AttributeSet.) | |
| Randomize(String, Random) |
Randomizes all attributes contained in this instance.
(Inherited from AttributeSet.) | |
| RemoveValueAt(String, Int32) | (Inherited from AttributeSet.) | |
| Set(Tag, VR, array<Byte>[]()[]) | (Overrides AttributeSet.Set(Tag, VR, array<Byte>[]()[]).) | |
| Set(Tag, VR, array<Object>[]()[]) | (Overrides AttributeSet.Set(Tag, VR, array<Object>[]()[]).) | |
| Set(Tag, VR, Values) | (Overrides AttributeSet.Set(Tag, VR, Values).) | |
| Set(String, VR, array<Byte>[]()[]) | (Overrides AttributeSet.Set(String, VR, array<Byte>[]()[]).) | |
| Set(String, VR, array<Object>[]()[]) | (Overrides AttributeSet.Set(String, VR, array<Object>[]()[]).) | |
| Set(String, VR, Values) | (Overrides AttributeSet.Set(String, VR, Values).) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| TransferSyntax |
Get or set the transfer syntax.
Default is 1.2.840.10008.1.2.1 (Explict Little Endian).
|
| Object | ||
| AttributeSet | ||
| FileMetaInformation | ||