DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class

In This Topic
    DicomDataSet Class Methods
    In This Topic

    For a list of all members of this type, see DicomDataSet members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Creates and adds data elements to DicomDataSet  
    Public MethodOverloaded.  Add byte[] as attribute value to avoid copying large data  
    Public MethodAdds pixel data to DicomDataSet  
    Public MethodOverloaded. Simplified DICOMDIR creation  
    Public Method Change the specific Character Set of a DICOM dataset. All applicable attributes will have its data re-encoded by the new character set  
    Public Method Simulate the effect of writing out as a Decompressed Image  
    Public Method Clear the DicomDataSet data  
    Public MethodOverloaded. Returns a copy of the DicomDataSet  
    Public MethodCauses all the frames of an image to be decompressed.  
    Public MethodRelease the resources used by the DicomDataSet object  
    Public Method Locate an attribute within either a top level dataset, or within one of the functional group macros  
    Public Method Recursively perform an action on every attribute within the dataset  
    Public Method Generates a new DicomDataSet as a subset of the current instance as described in supplement 119  
    Public MethodOverloaded. Locate the required functional group within a DicomDataSet  
    Public MethodOverloaded. Return the required DicomAttribute within a specified functional group within a DicomDataSet If DicomAttribute is not present in the specified DicomDataSet, it searches amongst the root level attributes  
    Public Method Load All Bulk data for attributes  
    Public Method Load Bulk data from URI, getting data from web calls  
    Public MethodOverloaded. Find the maximum and minimum pixel data values in the pixel data  
    Public Method Returns the raw pixel data as a Stream object for a specific frame  
    Public Method Direct import of compressed pixel data  
    Public MethodOverloaded. Indicates if the PresentationState is for the specified DicomImage  
    Public Method Load Bulk data for all attributes, getting data from a method, based on the URI  
    Public MethodOverloaded. Reads from a standard Stream, with specific reading behaviour  
    Public Method Read DICOM data from a Json Stream  
    Public Method Reads DataSet from Web Address  
    Public Method Read DICOM data from an XML Stream  
    Public MethodOverloaded. Removes an attribute from the DataSet  
    Public Method Remove all private attributes  
    Public MethodOverloaded. Sends a DicomDataSet to a remote DICOM application  
    Public Method Specify a "DICOM" codec  
    Public Method Specify a non-DICOM source (e.g. AVI) as a source of frame data  
    Public MethodSets the planar configuration in DicomDataSet  
    Public Method Decompress the data, and move any overlays which are encoded with the pixel data (a method deprecated in DICOM many years ago) to stand-along overlay data in 60xx,3000.  
    Public Method Validate all DicomAttributes within the DicomDataset  
    Public Method[NEW] Validate all DicomAttributes within the DicomDataset based on the specified ValidationOptions.  
    Public MethodOverloaded. Returns the value of the specified Data Element  
    Public MethodOverloaded.  Writes the dataset to an external DICOM file, a system IO stream or a byte array etc.  
    Public Method Write the DICOM data into an Json Stream  
    Public Method Write the DICOM data into an XML Stream  
    Top
    See Also