The following tables list the members exposed by DicomDataSet.
Name | Description | |
---|---|---|
DicomDataSet Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultJpeg2000Options | Gets the default JPEG 2000 compression options. Supported in Silverlight, Windows Phone 7. | |
GetValueResult | Holds the result after a call to GetValueSupported in Silverlight, Windows Phone 7. | |
InformationClass | Gets the IOD class of the Data Set. Supported in Silverlight, Windows Phone 7. | |
InformationCommand | Gets the command associated with the Command Set. Supported in Silverlight, Windows Phone 7. | |
InformationFlags | Gets the Meta-header flags and Transfer Syntax flags that indicate the file characteristics. Supported in Silverlight, Windows Phone 7. | |
InsertElementAndSetValueResult | Holds the result after a call to DicomDataSet.InsertElementAndSetValueSupported in Silverlight, Windows Phone 7. | |
IsRequestCommand | Gets or sets a value indicating whether the Command Set is a request or a response. Supported in Silverlight, Windows Phone 7. | |
Jpeg2000Options | Gets or sets the JPEG 2000 compression options. Supported in Silverlight, Windows Phone 7. | |
LayerCount | Gets the number of the Graphic Layers. Supported in Silverlight, Windows Phone 7. | |
ModuleCount | Gets the number of modules in the entire Data Set. Supported in Silverlight, Windows Phone 7. | |
OverlayCount | Gets the number of overlays in the Data Set. Supported in Silverlight, Windows Phone 7. | |
VoiLutCount | Gets the number of items under the VOI LUT Sequence (0028,3010). Supported in Silverlight, Windows Phone 7. | |
WaveformGroupCount | Gets the number of waveform multiplex groups that are included in the dataset. |
Name | Description | |
---|---|---|
AddLayerImageReference | Adds a new item under the "Referenced Image Sequence" for the specified item under the "Graphic Annotation Sequence". Supported in Silverlight, Windows Phone 7. | |
AddPresentationStateImageReference | Overloaded. Adds a new item to the "Referenced Image Sequence" under the "Presentation State Module" Supported in Silverlight, Windows Phone 7. | |
AddWaveformGroup | Adds a new waveform group to the Data Set. | |
BeginEditItem | Overloaded. Used to edit an existing item, or create a new item in a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
BeginEditSequence | Overloaded. Used to create a new DICOM sequence, or edit an existing DICOM sequence Supported in Silverlight, Windows Phone 7. | |
BeginReadItem | Overloaded. Used to read an existing item from a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
BeginReadSequence | Overloaded. Used to read values from an existing DICOM sequence Supported in Silverlight, Windows Phone 7. | |
ChangeTransferSyntax | Changes the Transfer Syntax of the Data Set. Supported in Silverlight, Windows Phone 7. | |
Copy | Overloaded. Copies the data elements from one Data Set to another. Supported in Silverlight, Windows Phone 7. | |
CreateGraphicAnnSQItem | Adds a new item under the "Graphic Annotation Sequence". Supported in Silverlight, Windows Phone 7. | |
CreateGraphicObject | Creates a new graphic annotation object. Supported in Silverlight, Windows Phone 7. | |
CreateLayer | Adds a new item under the "Graphic Layer Sequence" (0070,0060) in the Graphic Layer Module". Supported in Silverlight, Windows Phone 7. | |
CreatePrivateCreatorDataElement | Creates a Private Creator Data Element to reserve private data elements. Supported in Silverlight, Windows Phone 7. | |
CreateSignature | Creates a Digital Signature in the Data Set. | |
CreateTextObject | Creates a new text annotation object. Supported in Silverlight, Windows Phone 7. | |
DeleteElement | Deletes the specified item from the Data Set. Supported in Silverlight, Windows Phone 7. | |
DeleteImage | Deletes one or more images from a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
DeleteKey | Deletes the specified key element from the Dicom Dir Data Set. Supported in Silverlight, Windows Phone 7. | |
DeleteModalityLut | Overloaded. Deletes all the elements that describe the Modality LUT. Supported in Silverlight, Windows Phone 7. | |
DeleteModule | Deletes a module from the Data Set. Supported in Silverlight, Windows Phone 7. | |
DeleteOverlay | Deletes all the elements that describe an overlay. Supported in Silverlight, Windows Phone 7. | |
DeletePaletteColorLut | Deletes all the elements that describe the "Palette Color Lookup Table". Supported in Silverlight, Windows Phone 7. | |
DeleteSignature | Removes one or all Digital Signatures from the Data Set. | |
DeleteVoiLut | Deletes all the elements that describe a VOI LUT. Supported in Silverlight, Windows Phone 7. | |
DeleteWaveformGroup | Deletes a waveform group from the dataset. | |
DeleteWindow | Overloaded. Deletes all the elements that describe "window center" and "window width". Supported in Silverlight, Windows Phone 7. | |
Dispose | Overloaded. Releases all resources used by the DicomDataSet. Supported in Silverlight, Windows Phone 7. | |
EndEditItem | Finalizes the changes when creating or editing an item in a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
EndEditSequence | Finalizes the changes when creating or editing a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
EndReadItem | Finalizes the read when reading an item from a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
EndReadSequence | Finalizes the read when reading a DICOM sequence Supported in Silverlight, Windows Phone 7. | |
ExistsElement | Determines whether the specified object is valid. Supported in Silverlight, Windows Phone 7. | |
FindFirstElement | Returns the first item in the Data Set with the specified Tag. Supported in Silverlight, Windows Phone 7. | |
FindFirstGraphicAnnSQItem | Retrieves the first item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
FindFirstKey | Overloaded. Returns the first item in the Dicom Dir Data Set with the specified key element type. Supported in Silverlight, Windows Phone 7. | |
FindFirstPresentationStateReferencedSeriesItem | Retrieves the first item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
FindFirstPrivateCreatorDataElement | Returns the Private Creator Data Element that matches the search constraints. Supported in Silverlight, Windows Phone 7. | |
FindFirstPrivateElement | Returns the first existing private element that is reserved by privateCreatorDataElement. Supported in Silverlight, Windows Phone 7. | |
FindLastElement | Returns the last item in the Data Set with the specified Tag. Supported in Silverlight, Windows Phone 7. | |
FindLastKey | Overloaded. Returns the last item in the Dicom Dir Data Set with the specified key element type. Supported in Silverlight, Windows Phone 7. | |
FindModule | Returns a DicomModule object that contains information about the specified module. Supported in Silverlight, Windows Phone 7. | |
FindModuleByIndex | Returns a DicomModule object that contains information about the module, on Level 0, at the specified index. Supported in Silverlight, Windows Phone 7. | |
FindNextElement | Returns the next item in the Data Set with a specific Tag. Supported in Silverlight, Windows Phone 7. | |
FindNextGraphicAnnSQItem | Retrieves the next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
FindNextKey | Returns the next item in the Dicom Dir Data Set with a specific key element type. Supported in Silverlight, Windows Phone 7. | |
FindNextPresentationStateReferencedSeriesItem | Retrieves the next item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
FindNextPrivateCreatorDataElement | Returns the next Private Creator Data Element that matches the search constraints. Supported in Silverlight, Windows Phone 7. | |
FindNextPrivateElement | Returns the next existing private element that is reserved by privateCreatorDataElement. Supported in Silverlight, Windows Phone 7. | |
FindPreviousElement | Returns the previous item in the Data Set with a specific Tag. Supported in Silverlight, Windows Phone 7. | |
FindPreviousKey | Returns the previous item in the Dicom Dir Data Set with a specific key element type. Supported in Silverlight, Windows Phone 7. | |
FindSignature | Returns the Digital Signatures Sequence Item that corresponds to the Digital Signature that has the specified Digital Signature UID, if found in the Data Set. | |
FreeElementValue | Frees the memory for a value. Supported in Silverlight, Windows Phone 7. | |
GetAgeValue | Gets an array of DicomAgeValue objects, that contain age information stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetBinaryValue | Overloaded. Gets the binary value of the specified data element. Supported in Silverlight, Windows Phone 7. | |
GetByteValue | Gets an array of byte values that is stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetByteValuePtr | Returns a pointer to a byte value that is stored in the Value Field of the specified element. | |
GetChildElement | Returns the item in the Data Set that is the first child of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetChildKey | Returns the item in the Dicom Dir Data Set that is the first child of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetConvertValue | Converts the value of an element to a string. Supported in Silverlight, Windows Phone 7. | |
GetDateRangeValue | Gets a DicomDateRangeValue structure that contains date range information for the specified element. Supported in Silverlight, Windows Phone 7. | |
GetDateTimeValue | Gets an array of DicomDateTimeValue objects, that contain date-time information stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetDateValue | Gets an array of DicomDateValue objects, that contains date information stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetDoubleValue | Returns an array of double values, stored in the Value Field, of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetDoubleValueExt | Returns an array of numeric values that are stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetDoubleValuePtr | Returns a pointer to a double value, stored in the Value Field, of the specified element. | |
GetElementLevel | Returns a value that indicates the level at which the specified element is located within the Data Set. Supported in Silverlight, Windows Phone 7. | |
GetElementValueCount | Gets the number of values stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetEncapsulatedDocument | Overloaded. Retrieves an encapsulated document and corresponding DICOM elements from a DICOM data set and output the results to a disk file. Supported in Silverlight, Windows Phone 7. | |
GetFirstElement | Returns the first item in the Data Set. Supported in Silverlight, Windows Phone 7. | |
GetFirstKey | Returns the first item in the Dicom Dir Data Set. Supported in Silverlight, Windows Phone 7. | |
GetFloatValue | Returns an array of float values that are stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetFloatValuePtr | Gets a pointer to a float value that is stored in the Value Field of the specified element. | |
GetGraphicObjectCount | Retrieves the number of graphical annotation objects in a certain "Graphic Annotation Sequence" (0070,0001) item. Supported in Silverlight, Windows Phone 7. | |
GetGraphicObjectInformation | Gets the attributes of the specified graphic annotation object. Supported in Silverlight, Windows Phone 7. | |
GetGraphicObjElement | Gets the item element of the specified graphic annotation object. Supported in Silverlight, Windows Phone 7. | |
GetGraphicObjPointCount | Retrieves number of points that represents a graphical annotation object. Supported in Silverlight, Windows Phone 7. | |
GetImage | Gets the image of a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
GetImageCount | Gets the number of frames in a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
GetImageInformation | Retrieves information about the specified image. Supported in Silverlight, Windows Phone 7. | |
GetImages | Gets the images of a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
GetIntValue | Returns an array of integer values, stored in the Value Field, of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetIntValuePtr | Returns a pointer to a long value, stored in the Value Field, of the specified data element. | |
GetKeyValue | Gets the key element type of the specified key element. Supported in Silverlight, Windows Phone 7. | |
GetKeyValuePtr | Gets the key element type of the specified key element. | |
GetKeyValueString | Gets the key element type of the specified key element. Supported in Silverlight, Windows Phone 7. | |
GetLastElement | Returns the last item in the Data Set. Supported in Silverlight, Windows Phone 7. | |
GetLastKey | Returns the last item in the Dicom Dir Data Set. Supported in Silverlight, Windows Phone 7. | |
GetLayerElementByIndex | Gets the item element of the specified graphic layer. Supported in Silverlight, Windows Phone 7. | |
GetLayerElementByName | Gets the item element of the specified graphic layer. Supported in Silverlight, Windows Phone 7. | |
GetLayerGraphicObjectCount | Retrieves the number of graphical annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001). Supported in Silverlight, Windows Phone 7. | |
GetLayerImageReferenceCount | Retrieves the number of referenced images, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001). Supported in Silverlight, Windows Phone 7. | |
GetLayerImageReferenceElement | Gets the item element of the specified SOP instance under the "Referenced Image Sequence" (0008,1140) in the specified "Graphic Annotation Sequence" (0070,0001) item. Supported in Silverlight, Windows Phone 7. | |
GetLayerImageReferenceSOPInstance | Retrieves the SOP Instance UID for a referenced image (SOP Instance) under the "Referenced Image Sequence" in a certain graphic annotation item inside the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
GetLayerIndex | Retrieves the index of the layer with the specified name. Supported in Silverlight, Windows Phone 7. | |
GetLayerInformation | Retrieves the attributes of a layer at the specified index. Supported in Silverlight, Windows Phone 7. | |
GetLayerName | Retrieves the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
GetLayerTextObjectCount | Retrieves number of text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001). Supported in Silverlight, Windows Phone 7. | |
GetLongValue | Gets a pointer to a value that is stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetMacAlgorithm | Returns the Message Authentication Code (MAC) Algorithm (0400,0015) used in the creation of the specified Digital Signature. | |
GetMacTransferSyntax | Returns the Message Authentication Code (MAC) Calculation Transfer Syntax UID (0400,0010) used in the creation of the specified Digital Signature. | |
GetModalityLutAttributes | Overloaded. Retrieves the attributes that describe the Modality LUT. Supported in Silverlight, Windows Phone 7. | |
GetModalityLutData | Retrieves "LUT Data" for a "Modality LUT Sequence". Supported in Silverlight, Windows Phone 7. | |
GetNextElement | Returns the item in the Data Set that immediately follows the specified item. Supported in Silverlight, Windows Phone 7. | |
GetNextKey | Returns the item in the Dicom Dir Data Set that immediately follows the specified item. Supported in Silverlight, Windows Phone 7. | |
GetNextUnusedPrivateTag | Returns the next available unused tag reserved by the Private Creator Data Element. Supported in Silverlight, Windows Phone 7. | |
GetOverlayActivationLayer | Retrieves the "Overlay Activation Layer". Supported in Silverlight, Windows Phone 7. | |
GetOverlayAttributes | Retrieves the attributes of the overlay at the specified index. Supported in Silverlight, Windows Phone 7. | |
GetOverlayGroupNumber | Gets the overlay group number. Supported in Silverlight, Windows Phone 7. | |
GetOverlayImage | Retrieves the "Overlay Data" (60xx,3000) for the specified overlay index. Supported in Silverlight, Windows Phone 7. | |
GetOverlayImages | Loads the image(s) with frames from the "Overlay Data" (60xx, 3000) element. Supported in Silverlight, Windows Phone 7. | |
GetPaletteColorLutAttributes | Retrieves the attributes that describe the "Palette Color Lookup Table". Supported in Silverlight, Windows Phone 7. | |
GetPaletteColorLutData | Retrieves red, green or blue "Palette Color Lookup Table Data". Supported in Silverlight, Windows Phone 7. | |
GetParentElement | Returns the item in the Data Set that is the parent of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetParentKey | Returns the item in the Dicom Dir Data Set that contains the parent of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetPreamble | Overloaded. Gets the contents of the file's preamble. | |
GetPresentationStateImageReference | Retrieves the item element, which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
GetPresentationStateImageReferenceCount | Retrieves number of images (SOP Instances) that are referenced in an item under the "Referenced Series Sequence" (0008,1115) in the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
GetPresentationStateImageReferenceSOPInstance | Retrieves the SOP Instance UID for a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
GetPresentationStateInformation | Retrieves the attributes of the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
GetPreviousElement | Returns the item in the Data Set that immediately precedes the specified item. Supported in Silverlight, Windows Phone 7. | |
GetPreviousKey | Returns the item in the Dicom Dir Data Set that immediately precedes the specified item. Supported in Silverlight, Windows Phone 7. | |
GetRootElement | Returns the root element of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetRootKey | Returns the root of the specified item. Supported in Silverlight, Windows Phone 7. | |
GetShortValue | Returns an array of short values, stored in the Value Field, of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetShortValuePtr | Returns a pointer to a short value, stored in the Value Field, of the specified element. | |
GetSignature | Returns the Digital Signatures Sequence Item that corresponds to the Digital Signature at the specified index. | |
GetSignatureDateTime | Returns the Digital Signature DateTime (0400,0105) of the specified Digital Signature. | |
GetSignaturesCount | Returns the number of Digital Signatures in the main Data Set or in an item of a sequence of items. | |
GetSignatureUID | Returns the Digital Signature UID (0400,0100) of the specified Digital Signature. | |
GetSignedElement | Returns the signed Data Element at the specified index. | |
GetSignedElementsCount | Returns the number of Data Elements covered by the specified Digital Signature. | |
GetStringValue | Gets a string value that is stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetStringValuePtr | Gets a pointer to a string value that is stored in the Value Field of the specified element. | |
GetTextObjectCount | Retrieves the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item. Supported in Silverlight, Windows Phone 7. | |
GetTextObjectInformation | Gets the attributes of a text annotation object. Supported in Silverlight, Windows Phone 7. | |
GetTextObjElement | Gets the item element of the specified text annotation object. Supported in Silverlight, Windows Phone 7. | |
GetTimeRangeValue | Gets a DicomTimeRangeValue structure that contains time range information for the specified element. Supported in Silverlight, Windows Phone 7. | |
GetTimeValue | Gets an array of DicomTimeValue objects, that contain time information stored in the Value Field of the specified element. Supported in Silverlight, Windows Phone 7. | |
GetValue | Overloaded. There are many overloads for this method. This method is used to retrieve a value from a DICOM element It is very flexible method that can be used to retrieve the value as any of the types below, regardless of the DicomVRType The caller specificies the type T of the value, and the value is converted to this type if possible. The generic type T System.Object can be any of the following:
The versions of GetValue that take a delegate can be used to retrieve ANY type, even if it is not native to DicomDataSet. The data is extracted from the value as a string passed to the provided method. The delegate is optional. Pass null if you do not want to use a delegate. Look at the example to see how to use the delegate. Below is a list of the overloads that take a delegate:
Some versions of GetValue return a reference to DicomDataSet, and return the value as an out parameter. These overloads are intended to be used by chaining them together, to make a very human readable code. See the part of the example that refers to a fluent interface to see how this is done. Below is a list of the overloads that return the type as an out parameter.
Some versions of GetValue have a parameter tag. For these versions, a search is done in the data set for an element that has this tag. Some of these overloads may also have element and tree parameters. If so, the search for tag starts at element. The search on the data set is performed as a list or tree depending on the tree parameter. For details on the element and tree parameters, see FindFirstElement
Other versions of this method do not have a tag parameter. In this case, a reference to the actual element is passed to the function, and the value of this element is returned.
All versions of this method take a defaultValue parameter. This is the value that is returned (or to which the out parameter is set) if the method cannot retrieve the actual value of the element, or if the element has no value. To see if this is the case, check the value of the property DicomDataSet.GetValueResult. | |
GetVoiLut | Retrieves the attributes that describe the VOI LUT. Supported in Silverlight, Windows Phone 7. | |
GetVoiLutData | Retrieves "LUT Data" for an item under "VOI LUT Sequence". Supported in Silverlight, Windows Phone 7. | |
GetWaveformGroup | Gets a waveform group from the dataset. | |
GetWindow | Overloaded. Retrieves the attributes that describe the "Window Center" and "Window Width". Supported in Silverlight, Windows Phone 7. | |
GetWindowCount | Gets the number of values under the window center element. Supported in Silverlight, Windows Phone 7. | |
Initialize | Overloaded. Creates the Data Set object, inserting the appropriate elements for the specified class. Supported in Silverlight, Windows Phone 7. | |
InitializeCommandSet | Creates the Command Set and inserts the elements for the specified command. Supported in Silverlight, Windows Phone 7. | |
InsertElement | Inserts a new element in the Data Set. Supported in Silverlight, Windows Phone 7. | |
InsertElementAndSetValue | Overloaded. Finds or inserts (if not found) an element in the data set and sets the value of the element Supported in Silverlight, Windows Phone 7. | |
InsertImage | Inserts an image in a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
InsertImages | Inserts image(s) in a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
InsertKey | Overloaded. Inserts a new key element in the Dicom Dir Data Set. | |
InsertModule | Inserts a new module in the Data Set. Supported in Silverlight, Windows Phone 7. | |
IsOverlayInDataSet | Determines whether the overlay data exists inside this Data Set or inside another Data Set. Supported in Silverlight, Windows Phone 7. | |
IsVolatileElement | Determines whether the specified element is volatile. Supported in Silverlight, Windows Phone 7. | |
Load | Overloaded. Loads a Data Set. | |
RemoveAllGraphicObjects | Removes all graphical annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item. Supported in Silverlight, Windows Phone 7. | |
RemoveAllImageReferences | Removes all the referenced images from the "Referenced Image Sequence" in all Graphic Annotation Sequence items. | |
RemoveAllImageReferencesFromLayer | Removes all the referenced images from the "Referenced Image Sequence" in the specified "Graphic Annotation Sequence" item. Supported in Silverlight, Windows Phone 7. | |
RemoveAllLayers | Removes all layers under the "Graphic Layer Module". Supported in Silverlight, Windows Phone 7. | |
RemoveAllPresentationStateImageReferences | Removes all "Referenced Image Sequence(s)", which belong to the "Referenced Series Sequence" under the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
RemoveAllTextObjects | Removes all text annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item. Supported in Silverlight, Windows Phone 7. | |
RemoveGraphicObject | Removes the graphic annotation object at the specified index. Supported in Silverlight, Windows Phone 7. | |
RemoveImageReferenceFromLayer | Removes a referenced image from the "Referenced Image Sequence" in the specified "Graphic Annotation Sequence" item. Supported in Silverlight, Windows Phone 7. | |
RemoveLayerByIndex | Deletes all the elements that describe a layer. Supported in Silverlight, Windows Phone 7. | |
RemoveLayerByName | Deletes all the elements that describe a layer. Supported in Silverlight, Windows Phone 7. | |
RemoveLayerGraphicObjects | Removes all graphical annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
RemoveLayerTextObjects | Removes all text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
RemovePresentationStateImageReference | Removes an item from the "Referenced Image Sequence" under the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
RemoveTextObject | Removes the text annotation object at the specified index. Supported in Silverlight, Windows Phone 7. | |
Reset | Removes all items from the Data Set. Supported in Silverlight, Windows Phone 7. | |
Save | Overloaded. Saves the Data Set to the specified file. Supported in Silverlight, Windows Phone 7. | |
SaveCertificate | Saves the signer's digital certificate associated with the specified Digital Signature to a file. | |
SetAgeValue | Sets the Age values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetBinaryValue | Overloaded. Sets the binary value of an element. Supported in Silverlight, Windows Phone 7. | |
SetByteValue | Overloaded. Sets the character value(s) of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetConvertValue | Converts a string and sets the value of an element. Supported in Silverlight, Windows Phone 7. | |
SetConvertValuePtr | Converts a string and sets the value of an element. | |
SetDateRangeValue | Sets the Date range values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetDateTimeValue | Overloaded. Sets the Date-Time values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetDateValue | Overloaded. Sets the Date value of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetDoubleValue | Overloaded. Sets the double values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetDoubleValueExt | Sets the double values, or any other numeric value representation of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetEncapsulatedDocument | Overloaded. Inserts an encapsulated document and corresponding DICOM elements into a DICOM data set in a disk file. Supported in Silverlight, Windows Phone 7. | |
SetFloatValue | Overloaded. Sets the float value of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetGraphicObjectInformation | Updates the attributes of a graphic annotation object. Supported in Silverlight, Windows Phone 7. | |
SetImage | Replaces the image(s) in a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
SetImages | Replaces the images in a Pixel Data element. Supported in Silverlight, Windows Phone 7. | |
SetIntValue | Overloaded. Sets the integer value(s) of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetLayerInformation | Sets layer attributes for the layer at the specified index. Supported in Silverlight, Windows Phone 7. | |
SetLayerName | Sets the value of the "Graphic Layer" element under one of the items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module". Supported in Silverlight, Windows Phone 7. | |
SetLongValue | Sets the integer value(s) or short value(s) of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetModalityLut | Overloaded. Sets the attributes that describe the Modality LUT. Supported in Silverlight, Windows Phone 7. | |
SetOverlayAttributes | Sets overlay attributes for a certain index. Supported in Silverlight, Windows Phone 7. | |
SetOverlayImage | Sets the "Overlay Data" (60xx,3000) for a certain overlay index. Supported in Silverlight, Windows Phone 7. | |
SetOverlayImages | Sets the "Overlay Data" (60xx,3000) for the specified overlay index. Supported in Silverlight, Windows Phone 7. | |
SetPaletteColorLutAttributes | Sets the attributes that describe the "Palette Color Lookup Table". Supported in Silverlight, Windows Phone 7. | |
SetPaletteColorLutData | Sets red, green or blue "Palette Color Lookup Table" data. Supported in Silverlight, Windows Phone 7. | |
SetPreamble | Overloaded. Sets the contents of the file's preamble. Supported in Silverlight, Windows Phone 7. | |
SetPresentationStateInformation | Sets the attributes of the "Presentation State Module". Supported in Silverlight, Windows Phone 7. | |
SetShortValue | Overloaded. Sets the short value(s) of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetStringValue | Overloaded. Sets the string value(s) of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetStringValuePtr | Sets the string value(s) of a Data Element. | |
SetTextObjectInformation | Updates the attributes of a text annotation object. Supported in Silverlight, Windows Phone 7. | |
SetTimeRangeValue | Sets the Time range values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetTimeValue | Overloaded. Sets the Time values of a Data Element. Supported in Silverlight, Windows Phone 7. | |
SetValue | Sets the value(s) of a Data Element. The value can be any supported type. Supported in Silverlight, Windows Phone 7. | |
SetVoiLut | Sets the attributes that describe the VOI LUT. Supported in Silverlight, Windows Phone 7. | |
SetWindow | Overloaded. Sets the attributes that describe the "Window Center" and "Window Width". Supported in Silverlight, Windows Phone 7. | |
TestConformance | Verifies the conformance of the Data Set. Supported in Silverlight, Windows Phone 7. | |
VerifySignature | Verifies Digital Signatures in the Data Set. |
Name | Description | |
---|---|---|
Finalize | This member overrides Finalize. Supported in Silverlight, Windows Phone 7. |