123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- namespace WingAIDiagnosisService.Manage
- {
-
-
-
- public enum AILabelEnum
- {
- BIRads1=0,
- Lipomyoma=1,
- BIRads2 = 2,
- BIRads3 = 3,
- BIRads4A = 4,
- BIRads4B = 5,
- BIRads4C = 6,
- BIRads5 = 7,
-
-
-
-
- IntrahepaticHyperechoic,
- HHE,
- CYST,
- PossibleCancer,
- FattyLiver,
- DiffuseLesions,
- Cirrhosis,
- PCLD,
- }
- public enum AILiverLabelEnum
- {
- BIRads1 = 0,
- Hyperechoic = 1,
- HHE = 2,
- CYST = 3,
- PossibleCancer = 4,
- FattyLiver = 5,
- DiffuseLesions = 6,
- Cirrhosis = 7,
- PCLD = 8,
- }
- public enum AICarotidLabelEnum
- {
- BIRads1 = 0,
- Plaque = 1,
- }
- }
|