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.DrugCharacteristic
MedicationKnowledge.DrugCharacteristic.Builder. build()
Build theMedicationKnowledge.DrugCharacteristic
Methods 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.Builder
MedicationKnowledge.Builder. drugCharacteristic(MedicationKnowledge.DrugCharacteristic... drugCharacteristic)
Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.protected MedicationKnowledge.DrugCharacteristic.Builder
MedicationKnowledge.DrugCharacteristic.Builder. from(MedicationKnowledge.DrugCharacteristic drugCharacteristic)
protected void
MedicationKnowledge.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.Builder
MedicationKnowledge.Builder. drugCharacteristic(Collection<MedicationKnowledge.DrugCharacteristic> drugCharacteristic)
Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.
-