Uses of Class
com.ibm.fhir.model.resource.List.Entry
-
Packages that use List.Entry Package Description com.ibm.fhir.ecqm.r4 com.ibm.fhir.model.resource -
-
Uses of List.Entry in com.ibm.fhir.ecqm.r4
Methods in com.ibm.fhir.ecqm.r4 that return List.Entry Modifier and Type Method Description protected List.EntryR4MeasureEvaluation. createListEntry(Reference.Builder reference)Method parameters in com.ibm.fhir.ecqm.r4 with type arguments of type List.Entry Modifier and Type Method Description protected ListR4MeasureEvaluation. createListResource(Collection<List.Entry> entries) -
Uses of List.Entry in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return List.Entry Modifier and Type Method Description List.EntryList.Entry.Builder. build()Build theList.EntryMethods in com.ibm.fhir.model.resource that return types with arguments of type List.Entry Modifier and Type Method Description List<List.Entry>List. getEntry()Entries in this list.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type List.Entry Modifier and Type Method Description List.BuilderList.Builder. entry(Collection<List.Entry> entry)Entries in this list.
-