[This is preliminary documentation and is subject to change.]
Summary description for CommonTimeFormat.
| C# | Visual Basic | Visual C++ |
public class CommonTimeFormat : BaseCommonDataFormat
Public Class CommonTimeFormat _ Inherits BaseCommonDataFormat
public ref class CommonTimeFormat : public BaseCommonDataFormat
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CommonTimeFormat()()() |
Class constructor.
| |
| ConsoleDisplay()()() |
Console Display the Common Data Format content - for debugging purposes.
(Overrides BaseCommonDataFormat.ConsoleDisplay()()().) | |
| Equals(Object) |
Check if the objects are equal.
(Overrides Object.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FromDicomFormat(String) |
Convert from DICOM format to Common Data Format.
(Overrides BaseCommonDataFormat.FromDicomFormat(String).) | |
| FromHl7Format(String) |
Convert from HL7 format to Common Data Format.
(Overrides BaseCommonDataFormat.FromHl7Format(String).) | |
| GetHashCode()()() |
Get HashCode.
(Overrides Object.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Hour |
Hour Property
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Minute |
Minute Property
| |
| Second |
Second Property
| |
| ToDicomFormat()()() |
Convert from Common Data Format to DICOM format.
(Overrides BaseCommonDataFormat.ToDicomFormat()()().) | |
| ToHl7Format()()() |
Convert from Common Data Format to HL7 format.
(Overrides BaseCommonDataFormat.ToHl7Format()()().) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
| Object | ||
| BaseCommonDataFormat | ||
| CommonTimeFormat | ||