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.Entry
R4MeasureEvaluation. 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 List
R4MeasureEvaluation. 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.Entry
List.Entry.Builder. build()
Build theList.Entry
Methods 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.Builder
List.Builder. entry(List.Entry... entry)
Entries in this list.protected List.Entry.Builder
List.Entry.Builder. from(List.Entry entry)
protected void
List.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.Builder
List.Builder. entry(java.util.Collection<List.Entry> entry)
Entries in this list.
-