Uses of Class
org.linuxforhealth.fhir.model.resource.MedicationKnowledge.Regulatory
-
Packages that use MedicationKnowledge.Regulatory Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of MedicationKnowledge.Regulatory in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return MedicationKnowledge.Regulatory Modifier and Type Method Description MedicationKnowledge.Regulatory
MedicationKnowledge.Regulatory.Builder. build()
Build theMedicationKnowledge.Regulatory
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type MedicationKnowledge.Regulatory Modifier and Type Method Description java.util.List<MedicationKnowledge.Regulatory>
MedicationKnowledge. getRegulatory()
Regulatory information about a medication.Methods in org.linuxforhealth.fhir.model.resource with parameters of type MedicationKnowledge.Regulatory Modifier and Type Method Description protected MedicationKnowledge.Regulatory.Builder
MedicationKnowledge.Regulatory.Builder. from(MedicationKnowledge.Regulatory regulatory)
MedicationKnowledge.Builder
MedicationKnowledge.Builder. regulatory(MedicationKnowledge.Regulatory... regulatory)
Regulatory information about a medication.protected void
MedicationKnowledge.Regulatory.Builder. validate(MedicationKnowledge.Regulatory regulatory)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type MedicationKnowledge.Regulatory Modifier and Type Method Description MedicationKnowledge.Builder
MedicationKnowledge.Builder. regulatory(java.util.Collection<MedicationKnowledge.Regulatory> regulatory)
Regulatory information about a medication.
-