Dicom.Data.DicomUID.DicomUID C# (CSharp) Method

DicomUID() private method

private DicomUID ( string uid, string desc, DicomUidType type ) : System
uid string
desc string
type DicomUidType
return System
        internal DicomUID(string uid, string desc, DicomUidType type)
        {
            UID = uid;
            Description = desc;
            Type = type;
        }

Same methods

DicomUID::DicomUID ( ) : System