View Source
Class StringDataComposer
Inheritance
System.Object
StringDataComposer
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)
System.Object.ToString()
Namespace:EvilDICOM.Core.IO.Data
Assembly:EvilDICOM.dll
Syntax
public class StringDataComposer
Methods
View Source
ComposeAgeString(Age)
Declaration
public static string ComposeAgeString(Age data)
Parameters
| Type |
Name |
Description |
| Age |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeDate(Nullable<DateTime>)
Declaration
public static string ComposeDate(DateTime? data)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.DateTime> |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeDates(List<Nullable<DateTime>>)
Declaration
public static string ComposeDates(List<DateTime?> data_)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Nullable<System.DateTime>> |
data_ |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeDateTime(Nullable<DateTime>)
Declaration
public static string ComposeDateTime(DateTime? data)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.DateTime> |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeDateTimes(List<Nullable<DateTime>>)
Declaration
public static string ComposeDateTimes(List<DateTime?> data_)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Nullable<System.DateTime>> |
data_ |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeDecimalString(Double[])
Declaration
public static string ComposeDecimalString(double[] data)
Parameters
| Type |
Name |
Description |
| System.Double[] |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeIntegerString(Int32[])
Declaration
public static string ComposeIntegerString(int[] data)
Parameters
| Type |
Name |
Description |
| System.Int32[] |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeMultipleString(List<String>)
Declaration
public static string ComposeMultipleString(List<string> data_)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.String> |
data_ |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeTime(Nullable<DateTime>)
Declaration
public static string ComposeTime(DateTime? data)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.DateTime> |
data |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ComposeTimes(List<Nullable<DateTime>>)
Declaration
public static string ComposeTimes(List<DateTime?> data_)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Nullable<System.DateTime>> |
data_ |
|
Returns
| Type |
Description |
| System.String |
|