
Uses of Class
org.hl7.fhir.r5.model.ListResource.ListResourceEntryComponent
Packages that use ListResource.ListResourceEntryComponent
-
Uses of ListResource.ListResourceEntryComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionprotected ListResource.ListResourceEntryComponent
JsonParser.parseListResourceEntryComponent
(com.google.gson.JsonObject json) protected ListResource.ListResourceEntryComponent
XmlParser.parseListResourceEntryComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeListResourceEntryComponent
(String name, ListResource.ListResourceEntryComponent element) protected void
RdfParser.composeListResourceEntryComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ListResource.ListResourceEntryComponent element, int index) protected void
XmlParser.composeListResourceEntryComponent
(String name, ListResource.ListResourceEntryComponent element) protected void
XmlParser.composeListResourceEntryComponentElements
(ListResource.ListResourceEntryComponent element) protected void
JsonParser.composeListResourceEntryComponentProperties
(ListResource.ListResourceEntryComponent element) protected boolean
XmlParser.parseListResourceEntryComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource.ListResourceEntryComponent res) protected void
JsonParser.parseListResourceEntryComponentProperties
(com.google.gson.JsonObject json, ListResource.ListResourceEntryComponent res) -
Uses of ListResource.ListResourceEntryComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ListResource.ListResourceEntryComponentModifier and TypeFieldDescriptionprotected List
<ListResource.ListResourceEntryComponent> ListResource.entry
Entries in this list.Methods in org.hl7.fhir.r5.model that return ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionListResource.addEntry()
ListResource.ListResourceEntryComponent.copy()
ListResource.getEntryFirstRep()
ListResource.ListResourceEntryComponent.setDateElement
(DateTimeType value) ListResource.ListResourceEntryComponent.setDeleted
(boolean value) ListResource.ListResourceEntryComponent.setDeletedElement
(BooleanType value) ListResource.ListResourceEntryComponent.setFlag
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ListResource.ListResourceEntryComponentMethods in org.hl7.fhir.r5.model with parameters of type ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionListResource.addEntry
(ListResource.ListResourceEntryComponent t) void
ListResource.ListResourceEntryComponent.copyValues
(ListResource.ListResourceEntryComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionListResource.setEntry
(List<ListResource.ListResourceEntryComponent> theEntry)