DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class
Fields Properties Methods


In This Topic
    DicomDataSet Class Members
    In This Topic

    The following tables list the members exposed by DicomDataSet.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Creates a new DicomDataSet  
    Top
    Public Fields
     NameDescription
    Public Field User-defined function to set output stream for compressed frame. This is suitable for writing out large compressed frames with Basic Offset Table.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe Accession Number  
    Public Property Controls how the pixel data is cached  
    Public PropertyHolds the hierarchical directory structure for DICOM directory files  
    Public PropertyThe full command dataset received  
    Public PropertyNumber of Attributes held in the DataSet  
    Public PropertyDate of birth of the patient  
    Public Property Returns the underlying DataSet which contains the list of attributes to be matched, as specified in the DICOM standard.  
    Public Property Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertyOverloaded. Provides access of all attributes of the dataset  
    Public PropertyThe Name of the patient  
    Public PropertyReturns the Transfer syntax with which the object was originally received or read.  
    Public Property Image-specific list of unusual behaviours (e.g. to cope with faulty images)  
    Public Property A means to override an incorrect transfer syntax  
    Public PropertyThe Patient ID  
    Public Property The number of pixels per frame  
    Public PropertyAccesses the raw pixel data as an array  
    Public Property The number of samples per frame  
    Public PropertyDescriptions for the series  
    Public Property Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertySex of the patient  
    Public PropertyThe dimensions of the pixel data if present  
    Public PropertySOP class of the DicomDataSet.  
    Public PropertyDescription for the study  
    Public Property Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertyA general purpose Tag for developer use  
    Public Property Gets the Photometric Interpretation of the uncompressed Image data.  
    Public Property Assign a Validation DataSet to this property would override the DataSet's Validation scheme. This is mainly used for validation of CharacterSet.  
    Public PropertyThe default DicomObjects.Validation.ValidationOptions to apply to newly created DicomDataSet objects  
    Top
    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