Uses of Class
com.ibm.fhir.model.resource.MedicationKnowledge.DrugCharacteristic
-
Packages that use MedicationKnowledge.DrugCharacteristic Package Description com.ibm.fhir.model.resource -
-
Uses of MedicationKnowledge.DrugCharacteristic in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description MedicationKnowledge.DrugCharacteristicMedicationKnowledge.DrugCharacteristic.Builder. build()Build theMedicationKnowledge.DrugCharacteristicMethods in com.ibm.fhir.model.resource that return types with arguments of type MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description List<MedicationKnowledge.DrugCharacteristic>MedicationKnowledge. getDrugCharacteristic()Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.Methods in com.ibm.fhir.model.resource with parameters of type MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. drugCharacteristic(MedicationKnowledge.DrugCharacteristic... drugCharacteristic)Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.protected MedicationKnowledge.DrugCharacteristic.BuilderMedicationKnowledge.DrugCharacteristic.Builder. from(MedicationKnowledge.DrugCharacteristic drugCharacteristic)protected voidMedicationKnowledge.DrugCharacteristic.Builder. validate(MedicationKnowledge.DrugCharacteristic drugCharacteristic)Method parameters in com.ibm.fhir.model.resource with type arguments of type MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description MedicationKnowledge.BuilderMedicationKnowledge.Builder. drugCharacteristic(Collection<MedicationKnowledge.DrugCharacteristic> drugCharacteristic)Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.
-