'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.