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