DetachedVisitManagement Field
In This Topic
Detached Visit Management SOP Class (Retired) (1.2.840.10008.3.1.2.2.1)
Syntax
'Declaration
<System.ObsoleteAttribute("Retired UID - should not be used in new implementions")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Shared ReadOnly DetachedVisitManagement As UID
'Usage
Dim value As UID
value = SOPClasses.DetachedVisitManagement
[System.Obsolete("Retired UID - should not be used in new implementions")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public static readonly UID DetachedVisitManagement
public field DetachedVisitManagement: UID; static; readonly
System.ObsoleteAttribute("Retired UID - should not be used in new implementions")
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public static var DetachedVisitManagement : UID;
[System.Obsolete("Retired UID - should not be used in new implementions")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: static readonly UID* DetachedVisitManagement
[System.Obsolete("Retired UID - should not be used in new implementions")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
static readonly UID^ DetachedVisitManagement
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also