Treatment Planning for Oral Cavity with Buccal Mucosa as subsite ->This MLM is providing very high level abstract recommendation based on patient symptoms(on hypotatical parameters), so it is not guranteed for final recommendations. ->The abstract decision plan was provided by Dr.Sadaf (SKMCH Lahore) for this treatment plan, but it cann't be used for actual intervention in hospital at this stage. TPlan_OCBuccalMucosaRootMLM logic flow is summarized as; -> It will recommend appropriate treatement plan with high level symptoms of patient if patient has not undergone certain treatment ( i.e. not mentioned in input ) -> if the input is provided with Surgary already undergone with ECOG:0-2 (cancer stage I or II ), then TPlan_OCBuccalMucosaSurgarySubMLM will be executed to decide further treatment plan -> if the input is provided with NeoadjuantChemo already undergone with ECOG:0-2 (cancer stage III or IV ), then TPlan_OCBuccalMucosaNeoAdjuantSubMLM will be executed to decide further treatment plan -> if the input is provided with Chemo already undergone with ECOG:3-4 (for Radical ), then TPlan_OCBuccalMucosaChemoSubMLM will be executed to decide further treatment plan

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

Syntax

C#
public class TPlan_OCBuccalMucosaRootMLM : MLMBase
Visual Basic
Public Class TPlan_OCBuccalMucosaRootMLM
	Inherits MLMBase
Visual C++
public ref class TPlan_OCBuccalMucosaRootMLM : public MLMBase
F#
type TPlan_OCBuccalMucosaRootMLM =  
    class
        inherit MLMBase
    end

Inheritance Hierarchy

System..::..Object
  SmartCDSSKBLibrary.khu.kbmlm..::..MLMBase
    SmartCDSSKBLibrary.khu.kbmlm..::..TPlan_OCBuccalMucosaRootMLM

See Also