The following tables list the members exposed by DicomEditableObject.
| Name | Description | |
|---|---|---|
| DicomEditableObject Constructor | Initializes a new instance of the DicomEditableObject class. |
| Name | Description | |
|---|---|---|
| DataSet | Gets or sets the dataset this object represents. |
| DefaultTag | Gets or sets the default tag. |
| DisplayTagInfo | Gets or sets a value indicating whether display tag info. |
| Elements | Gets the list of dynamic properties that represent the DICOM dataset. |
| ReadOnly | Gets or sets a value indicating whether the dataset this object represents is read only. |
| Site | Gets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent. |
| Name | Description | |
|---|---|---|
| AddCommand | Overloaded. Adds a command to this object. |
| AddSequenceItem | Adds a new sequence item to this object. |
| AddTag | Adds the DICOM tag this this object. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| EnableCommand | Enables the command. |
| GetAttributes | Returns a collection of custom attributes for this instance of a component. |
| GetClassName | Returns the class name of this instance of a component. |
| GetComponentName | Returns the name of this instance of a component. |
| GetConverter | Returns a type converter for this instance of a component. |
| GetDefaultEvent | Returns the default event for this instance of a component. |
| GetDefaultProperty | Returns the default property for this instance of a component. |
| GetEditor | Returns an editor of the specified type for this instance of a component. |
| GetEvents | Overloaded. Returns the events for this instance of a component using the specified attribute array as a filter. |
| GetProperties | Overloaded. Returns the properties for this instance of a component using the attribute array as a filter. |
| GetPropertyOwner | Returns an object that contains the property described by the specified property descriptor. |
| RemoveCommand | Removes the command. |
| ToString | Returns a System.String that represents this instance. |
| Name | Description | |
|---|---|---|
| BeforeAddElement | Occurs when before an element is added to this object. |
| Disposed | Represents the method that handles the System.ComponentModel.IComponent.Disposed event of a component. |
| GetElementValue | Occurs when an objects value is requested. |
| SetElementValue | Occurs when an objects value is about to be set. |