DicomDataSet Class Methods
For a list of all members of this type, see DicomDataSet members.
| Name | Description |
 | Add | Overloaded. Creates and adds standard data elements to DicomDataSet |
 | AddByReference | Overloaded. Add byte[] as attribute value to avoid copying large data |
 | AddPixelData | Adds pixel data to DicomDataSet |
 | AddToDirectory | Simplified DICOMDIR creation with specified Image, Path, TransferSyntax |
 | Bitmap | Overloaded. |
 | ChangeCharacterSet | Change the specific Character Set of a DICOM dataset. All applicable attributes will have its data re-encoded by the new character set |
 | ChangeToDecompressed | Simulate the effect of writing out as a Decompressed Image |
 | Clear | Clear the DicomDataSet data |
 | Clone | Overloaded. Returns a copy of the DicomDataSet |
 | DecompressAll | Causes all the frames of an image to be decompressed. |
 | Dispose | Release the resources used by the DicomDataSet object |
 | FindAttribute | Locate an attribute within either a top level dataset, or within one of the functional group macros |
 | ForEachAttribute | Recursively perform an action on every attribute within the dataset |
 | FrameSubSet | Generates a new DicomDataSet as a subset of the current instance as described in supplement 119 |
 | FunctionalGroupDataSet | Overloaded. Locate the required functional group within a |
 | FunctionalGroupOrRootLevelAttribute | Overloaded. 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 |
 | GetAllBulkData | Load All Bulk data for attributes |
 | GetAllURIBulkData | Load Bulk data from URI, getting data from web calls |
 | GetMinAndMax | Overloaded. Find the maximum and minimum pixel data values in the pixel data |
 | GetPixelStream | Returns the raw pixel data as a Stream object for a specific frame |
 | Import | |
 | ImportPixelData | Direct import of compressed pixel data |
 | MergeBulkData | Load Bulk data for all attributes, getting data from a method, based on the URI |
 | OriginalPixelData | |
 | PixelValuesByFrameGeneric | |
 | Read | Overloaded. Reads from a standard Stream, with specific reading behaviour |
 | ReadJson | Read DICOM data from a Json Stream |
 | ReadURL | Reads DataSet from Web Address |
 | ReadXml | Read DICOM data from an XML Stream |
 | Remove | Overloaded. Removes an attribute from the DataSet |
 | RemovePrivateAttributes | |
 | Send | Overloaded. Sends a DicomDataSet to a remote DICOM application |
 | SetDicomCodec | |
 | SetNonDicomCodec | |
 | SetPlanarConfiguration | Sets the planar configuration in DicomDataSet |
 | SimplifyOverlays | 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. |
 | SKBitmap | |
 | Validate | Validate all DicomAttributes within the DicomDataset |
 | ValidateAll | |
 | Value | Overloaded. Returns the value of the specified Data Element |
 | Write | Overloaded. Writes dataset to an external DICOM file with specified transfer syntax and quality factor |
 | WriteJson | Write the DICOM data into an Json Stream |
 | WriteXml | Write the DICOM data into an XML Stream |
Top