Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationKnowledge.DrugCharacteristic
-
Packages that use MedicationKnowledge.DrugCharacteristic Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationKnowledge.DrugCharacteristic in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description MedicationKnowledge.DrugCharacteristic
MedicationKnowledge.DrugCharacteristic.Builder. build()
Build theMedicationKnowledge.DrugCharacteristic
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description java.util.List<MedicationKnowledge.DrugCharacteristic>
MedicationKnowledge. getDrugCharacteristic()
Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type MedicationKnowledge.DrugCharacteristic Modifier and Type Method Description MedicationKnowledge.Builder
MedicationKnowledge.Builder. drugCharacteristic(java.util.Collection<MedicationKnowledge.DrugCharacteristic> drugCharacteristic)
Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.
-