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.ListResourceEntryComponentJsonParser.parseListResourceEntryComponent(com.google.gson.JsonObject json)protected ListResource.ListResourceEntryComponentXmlParser.parseListResourceEntryComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ListResource.ListResourceEntryComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeListResourceEntryComponent(String name, ListResource.ListResourceEntryComponent element)protected voidRdfParser.composeListResourceEntryComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ListResource.ListResourceEntryComponent element, int index)protected voidXmlParser.composeListResourceEntryComponent(String name, ListResource.ListResourceEntryComponent element)protected voidXmlParser.composeListResourceEntryComponentElements(ListResource.ListResourceEntryComponent element)protected voidJsonParser.composeListResourceEntryComponentProperties(ListResource.ListResourceEntryComponent element)protected booleanXmlParser.parseListResourceEntryComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ListResource.ListResourceEntryComponent res)protected voidJsonParser.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.entryEntries 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)voidListResource.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)