Search Results for

    Show / Hide Table of Contents

    Class SplitFormatDicomTransformRule

    Splits a DICOM element value and then formats the a string from the resulting array.

    Inheritance
    Object
    SplitFormatDicomTransformRule
    Implements
    IDicomTransformRule
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom
    Assembly: cs.temp.dll.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
    Char[] seperators
    String format

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Transform(DicomDataset, DicomDataset)

    Declaration
    public void Transform(DicomDataset dataset, DicomDataset modifiedAttributesSequenceItem = null)
    Parameters
    Type Name Description
    DicomDataset dataset
    DicomDataset modifiedAttributesSequenceItem

    Implements

    IDicomTransformRule
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors