Uses of Class
org.linuxforhealth.fhir.model.resource.List.Entry
-
Packages that use List.Entry Package Description org.linuxforhealth.fhir.ecqm.r4 org.linuxforhealth.fhir.model.resource -
-
Uses of List.Entry in org.linuxforhealth.fhir.ecqm.r4
Methods in org.linuxforhealth.fhir.ecqm.r4 that return List.Entry Modifier and Type Method Description protected List.EntryR4MeasureEvaluation. createListEntry(Reference.Builder reference)Method parameters in org.linuxforhealth.fhir.ecqm.r4 with type arguments of type List.Entry Modifier and Type Method Description protected ListR4MeasureEvaluation. createListResource(java.util.Collection<List.Entry> entries) -
Uses of List.Entry in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return List.Entry Modifier and Type Method Description List.EntryList.Entry.Builder. build()Build theList.EntryMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type List.Entry Modifier and Type Method Description java.util.List<List.Entry>List. getEntry()Entries in this list.Methods in org.linuxforhealth.fhir.model.resource with parameters of type List.Entry Modifier and Type Method Description List.BuilderList.Builder. entry(List.Entry... entry)Entries in this list.protected List.Entry.BuilderList.Entry.Builder. from(List.Entry entry)protected voidList.Entry.Builder. validate(List.Entry entry)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type List.Entry Modifier and Type Method Description List.BuilderList.Builder. entry(java.util.Collection<List.Entry> entry)Entries in this list.
-