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.   
    Top
    Public Fields
     NameDescription
    Public FieldUser-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 PropertyControls 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 PropertyReturns the underlying DataSet which contains the list of attributes to be matched, as specified in the DICOM standard.  
    Public PropertyUnique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertyOverloaded. Note: C# syntax for the "Item" property is wrongly represented in a VB.NET syntax. This is a bug in the help file generator, and will be corrected in a later version of our help file.  
    Public PropertyThe Name of the patient  
    Public PropertyReturns the Transfer syntax with which the object was originally received or read.  
    Public PropertyImage-specific list of unusual behaviours (e.g. to cope with faulty images)  
    Public PropertyA means to override an incorrect transfer syntax  
    Public PropertyThe Patient ID  
    Public PropertyThe number of pixels per frame  
    Public PropertyAccesses the raw pixel data as an array  
    Public PropertyThe number of samples per frame  
    Public PropertyDescriptions for the series  
    Public PropertyUnique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertySex of the patient  
    Public Property  
    Public PropertySOP class of the DicomDataSet.  
    Public PropertyDescription for the study  
    Public PropertyUnique identifier for the four levels of the DICOM Query/Retrieve hierarchy  
    Public PropertyA general purpose Tag for developer use  
    Public PropertyGets the Photometric Interpretation of the uncompressed Image data.  
    Public PropertyAssign a Validation DataSet to this property would override the DataSet's Validation scheme. This is mainly used for validation of CharacterSet.  
    Public Property  
    Top
    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