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 standard 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.   
Public MethodChange the specific Character Set of a DICOM dataset. All applicable attributes will have its data re-encoded by the new character set  
Public MethodSimulate the effect of writing out as a Decompressed Image  
Public MethodClear 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 MethodLocate an attribute within either a top level dataset, or within one of the functional group macros  
Public MethodRecursively perform an action on every attribute within the dataset  
Public MethodGenerates a new DicomDataSet as a subset of the current instance as described in supplement 119  
Public MethodOverloaded. Locate the required functional group within a  
Public MethodOverloaded. Return the required within a specified functional group within a If DicomAttribute is not present in the specified DicomDataSet, it searches amongst the root level attributes  
Public MethodLoad All Bulk data for attributes  
Public MethodLoad Bulk data from URI, getting data from web calls  
Public MethodOverloaded. Find the maximum and minimum pixel data values in the pixel data  
Public MethodReturns the raw pixel data as a Stream object for a specific frame  
Public Method  
Public MethodDirect import of compressed pixel data  
Public MethodLoad Bulk data for all attributes, getting data from a method, based on the URI  
Public Method  
Public Method  
Public MethodOverloaded. Reads from a standard Stream, with specific reading behaviour  
Public MethodRead DICOM data from a Json Stream  
Public MethodReads DataSet from Web Address  
Public MethodRead DICOM data from an XML Stream  
Public MethodOverloaded. Removes an attribute from the DataSet  
Public Method  
Public MethodOverloaded. Sends a DicomDataSet to a remote DICOM application  
Public Method  
Public Method  
Public MethodSets the planar configuration in DicomDataSet  
Public MethodDecompress 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  
Public MethodValidate all DicomAttributes within the DicomDataset  
Public Method  
Public MethodOverloaded. Returns the value of the specified Data Element  
Public MethodOverloaded. Writes dataset to an external DICOM file with specified transfer syntax and quality factor  
Public MethodWrite the DICOM data into an Json Stream  
Public MethodWrite the DICOM data into an XML Stream  
Top
Protected Methods
 NameDescription
Protected Method  
Top
See Also