DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class


DicomDataSet Class Methods

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 MethodSimplified DICOMDIR creation with specified Image, Path, TransferSyntax  
Public MethodOverloaded. Creates a Bitmap Image of the pixel data

References 'libgdiplus' core packages, ensure it is installed to use this method

 
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 MethodOverloaded. Export to non-DICOM format  
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 Extract individual frame from the pixel data  
Public MethodOverloaded. Copies the image data from an external image  
Public Method Direct import of compressed pixel data  
Public Method Load Bulk data for all attributes, getting data from a method, based on the URI  
Public Method Experimental method to extract compressed pixel data  
Public MethodCreates a copy of the image for printing or other purposes  
Public MethodOverloaded. Reads from a file, a system IO stream or a byte array  
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 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 Method Maps an external file as the pixel 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 Creates a copy of part or all of the image with controlled size  
Public MethodValidate all DicomAttributes within the DicomDataset based on its ValidationOptions  
Public MethodValidate all DicomAttributes within the DicomDataset based on its 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
Protected Methods
 NameDescription
Protected Method Copy the underlying list reference  
Top
See Also