DicomObjects.NET Core Documentation
DicomObjects Namespace / SequencePath Class / Format Method
This is standard format string, to format the PatientID, StudyUID, SeriesUID and InstanceUID properties of the dataset.
This is standard format string, used repeatedly, on each sequence item between the top level and the target attribute, the values being the tag of the sequence, and the ordinal of the dataet within it.
This is standard format string, used only for the target attribute, the value being the tag of that atribute.



In This Topic
    Format Method
    In This Topic
    Format the path using rules for each part
    Syntax
    'Declaration
     
    
    Public Function Format( _
       ByVal Basic As String, _
       ByVal Parents As String, _
       ByVal Bottom As String _
    ) As String
    'Usage
     
    
    Dim instance As SequencePath
    Dim Basic As String
    Dim Parents As String
    Dim Bottom As String
    Dim value As String
     
    value = instance.Format(Basic, Parents, Bottom)

    Parameters

    Basic
    This is standard format string, to format the PatientID, StudyUID, SeriesUID and InstanceUID properties of the dataset.
    Parents
    This is standard format string, used repeatedly, on each sequence item between the top level and the target attribute, the values being the tag of the sequence, and the ordinal of the dataet within it.
    Bottom
    This is standard format string, used only for the target attribute, the value being the tag of that atribute.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also