Uses of Class
in.cdac.medinfo.csnotk.csnolib.disb.model.DrugType
-
Packages that use DrugType Package Description in.cdac.medinfo.csnotk.csnolib.disb.model -
-
Uses of DrugType in in.cdac.medinfo.csnotk.csnolib.disb.model
Methods in in.cdac.medinfo.csnotk.csnolib.disb.model that return DrugType Modifier and Type Method Description DrugTypeGenericDrugtypeInfo. getDrugType()Methods in in.cdac.medinfo.csnotk.csnolib.disb.model that return types with arguments of type DrugType Modifier and Type Method Description java.util.Set<DrugType>GenericDrug. getDrugTypes()java.util.Set<DrugType>GenericDrug. getIndexDrugTypeList()Methods in in.cdac.medinfo.csnotk.csnolib.disb.model with parameters of type DrugType Modifier and Type Method Description voidGenericDrugtypeInfo. setDrugType(DrugType drugType)Method parameters in in.cdac.medinfo.csnotk.csnolib.disb.model with type arguments of type DrugType Modifier and Type Method Description voidGenericDrug. setDrugTypes(java.util.Set<DrugType> drugTypes)voidGenericDrug. setIndexDrugTypeList(java.util.Set<DrugType> indexDrugTypeList)
-