
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ListResource.Entry
Packages that use ListResource.Entry
-
Uses of ListResource.Entry in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ListResource.EntryModifier and TypeMethodDescriptionListResource.addEntry()
Adds and returns a new value for entry ()ListResource.getEntryFirstRep()
Gets the first repetition for entry (), creating it if it does not already exist.ListResource.Entry.setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Sets the value for date ()ListResource.Entry.setDateWithSecondsPrecision
(Date theDate) Sets the value for date ()ListResource.Entry.setDeleted
(boolean theBoolean) Sets the value for deleted ()ListResource.Entry.setDeleted
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for deleted ()ListResource.Entry.setFlag
(CodeableConceptDt theValue) Sets the value(s) for flag ()ListResource.Entry.setItem
(ResourceReferenceDt theValue) Sets the value(s) for item ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ListResource.EntryMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ListResource.EntryModifier and TypeMethodDescriptionListResource.addEntry
(ListResource.Entry theValue) Adds a given new value for entry ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ListResource.EntryModifier and TypeMethodDescriptionListResource.setEntry
(List<ListResource.Entry> theValue) Sets the value(s) for entry ()