Class SplitFormatDicomTransformRule
Splits a DICOM element value and then formats the a string from the resulting array.
Inheritance
System.Object
SplitFormatDicomTransformRule
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FellowOakDicom
Assembly: fo-dicom.core.dll
Syntax
public class SplitFormatDicomTransformRule : IDicomTransformRule
Constructors
SplitFormatDicomTransformRule(DicomTag, Char[], String)
Declaration
public SplitFormatDicomTransformRule(DicomTag tag, char[] seperators, string format)
Parameters
Type | Name | Description |
---|---|---|
DicomTag | tag | |
System.Char[] | seperators | |
System.String | format |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Transform(DicomDataset, DicomDataset)
Declaration
public void Transform(DicomDataset dataset, DicomDataset modifiedAttributesSequenceItem = null)
Parameters
Type | Name | Description |
---|---|---|
DicomDataset | dataset | |
DicomDataset | modifiedAttributesSequenceItem |