Initializes a new instance of the TPlan_OCBuccalMucosaSurgarySubMLM class

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

Syntax

C#
public TPlan_OCBuccalMucosaSurgarySubMLM(
	string stageValue,
	List<ClinicalStatement> vmrObservationResult
)
Visual Basic
Public Sub New ( 
	stageValue As String,
	vmrObservationResult As List(Of ClinicalStatement)
)
Visual C++
public:
TPlan_OCBuccalMucosaSurgarySubMLM(
	String^ stageValue, 
	List<ClinicalStatement^>^ vmrObservationResult
)
F#
new : 
        stageValue : string * 
        vmrObservationResult : List<ClinicalStatement> -> TPlan_OCBuccalMucosaSurgarySubMLM

Parameters

stageValue
Type: System..::..String

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

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

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

See Also