Initializes a new instance of the TPlan_SalivaryGlandAfterResectionSubMLM class

Namespace: SmartCDSSKBLibrary.khu.kbmlm.SalivaryGland
Assembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPlan_SalivaryGlandAfterResectionSubMLM(
	List<ClinicalStatement> obsList
)
Visual Basic
Public Sub New ( 
	obsList As List(Of ClinicalStatement)
)
Visual C++
public:
TPlan_SalivaryGlandAfterResectionSubMLM(
	List<ClinicalStatement^>^ obsList
)
F#
new : 
        obsList : List<ClinicalStatement> -> TPlan_SalivaryGlandAfterResectionSubMLM

Parameters

obsList
Type: System.Collections.Generic..::..List<(Of <(<'ClinicalStatement>)>)>

[Missing <param name="obsList"/> documentation for "M:SmartCDSSKBLibrary.khu.kbmlm.SalivaryGland.TPlan_SalivaryGlandAfterResectionSubMLM.#ctor(System.Collections.Generic.List{SmartCDSSKBLibrary.khu.vMR.ClinicalStatement})"]

See Also