[Missing <summary> documentation for "P:SmartCDSSKBLibrary.khu.kbmlm.TPlan_OCBuccalMucosaSurgarySubMLM.HistoObservationResult"]
Namespace: SmartCDSSKBLibrary.khu.kbmlmAssembly: SmartCDSSKBLibrary (in SmartCDSSKBLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<ClinicalStatement> HistoObservationResult { get; set; } |
Visual Basic |
---|
Public Property HistoObservationResult As List(Of ClinicalStatement)
Get
Set |
Visual C++ |
---|
public:
property List<ClinicalStatement^>^ HistoObservationResult {
List<ClinicalStatement^>^ get ();
void set (List<ClinicalStatement^>^ value);
} |
F# |
---|
member HistoObservationResult : List<ClinicalStatement> with get, set
|
Property Value
Type:
List<(Of <(<'ClinicalStatement>)>)>
See Also