Following specification of this field is defined till current implementation *************************************** For Staging Intervention********************************************************************************* -> Finding Staging for Larynx = "Larynx" -> Finding Staging for Oral Cavity = "Oral Cavity" -> Finding Staging for Nasopharynx = "Nasopharynx" ************************************************************************************************************************************************* *************************************** For Treatment Planning Intervention********************************************************************** -> Finding Treatment Planning for Oral Cavity whole = "TP:OralCavity" -> Finding Treatment Planning for Oral Cavity with Buccal mucosa as subsite = "TP:OCBuccalmucosa" -> Finding Treatment Planning for Salivary Gland = "TP:SalivaryGland" -> ...Other values should goes here with further enhancement of knowledgebase for other sites -> *************************************************************************************************************************************************

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

Syntax

C#
public List<string> templateId { get; set; }
Visual Basic
Public Property templateId As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ templateId {
	List<String^>^ get ();
	void set (List<String^>^ value);
}
F#
member templateId : List<string> with get, set

Property Value

Type: List<(Of <(<'String>)>)>

See Also