コード例 #1
0
 public TriggeringEvent()
 {
     oEvent                  = new Event();
     oDisease                = new Disease();
     oSymptoms               = new Symptoms();
     m_emInferenceType       = EnumInferenceType.PRIMARY;
     m_emInferenceResultType = EnumInferenceResultType.OTHER;
     strRuleName             = string.Empty;
 }
コード例 #2
0
            public EventModels()
            {
                strEventENName = string.Empty;
                strEventCNName = string.Empty;

                oDisease = new Disease();
                lstSymptoms = new List<Symptom>();
                em_InferneceType = EnumInferenceType.PRIMARY;
                em_InferenceResultType = EnumInferenceResultType.OTHER;
            }
コード例 #3
0
            public EventModels()
            {
                strEventENName = string.Empty;
                strEventCNName = string.Empty;

                oDisease               = new Disease();
                lstSymptoms            = new List <Symptom>();
                em_InferneceType       = EnumInferenceType.PRIMARY;
                em_InferenceResultType = EnumInferenceResultType.OTHER;
            }
コード例 #4
0
 public TriggeringEvent()
 {
     oEvent = new Event();
     oDisease = new Disease();
     oSymptoms = new Symptoms();
     m_emInferenceType = EnumInferenceType.PRIMARY;
     m_emInferenceResultType = EnumInferenceResultType.OTHER;
     strRuleName = string.Empty;
 }