详细类图6
2016-05-09 19:11:00 5 举报
由于您没有提供具体的类图,我无法为您生成精确的描述。但是,我可以为您提供一个通用的模板: ”类图6展示了系统的主要组成部分及其相互关系。在图中,我们可以看到几个主要的类,如A、B和C。类A与类B有强烈的关联,表示它们经常一起工作。类C与类A有间接的关系,表示它们在某些情况下会交互。此外,还有一些辅助类,如D和E,它们为主要类提供支持或服务。通过这个类图,我们可以更好地理解系统的结构和功能。” 如果您能提供具体的类图,我将能够为您提供更详细的描述。
作者其他创作
大纲/内容
TreatmentRecords
+patientId : String+doctorId : String+recordDatetime : Date+recordFrom : String+recordText : String+recordImg : String+readedFlag : String
TreatmentRecordsDao
+findRecordsList()+save()+getNowRecordsFromDoc()+getNowRecordsFromPat()
RecordsService
-treatmentRecordsDao: TreatmentRecordsDao
+findRecordsList()+save()+getNowRecords
TreatmentFrontController
-recordsService: RecordsService
+consultDoctor()+saveRecord()+getNewMsg()
0 条评论
下一页