Uses of Class
dev.dsf.fhir.adapter.ElementId
Packages that use ElementId
-
Uses of ElementId in dev.dsf.fhir.adapter
Methods in dev.dsf.fhir.adapter that return ElementIdModifier and TypeMethodDescriptionstatic ElementIdstatic ElementIdElementId.from(org.hl7.fhir.instance.model.api.IIdType id) static ElementIdElementId.from(org.hl7.fhir.r4.model.Resource resource) static <R extends org.hl7.fhir.r4.model.Resource>
ElementIdElementId.from(R resource, Predicate<R> hasReference, Function<R, org.hl7.fhir.r4.model.Reference> getReference) Methods in dev.dsf.fhir.adapter that return types with arguments of type ElementIdModifier and TypeMethodDescriptionElementId.fromList(R resource, Predicate<R> hasReferences, Function<R, List<org.hl7.fhir.r4.model.Reference>> getReferences) Methods in dev.dsf.fhir.adapter with parameters of type ElementIdModifier and TypeMethodDescriptionSearchSetOrganizationAffiliation.toRow(ElementId id, org.hl7.fhir.r4.model.OrganizationAffiliation resource) SearchSetQuestionnaireResponse.toRow(ElementId id, org.hl7.fhir.r4.model.QuestionnaireResponse resource) protected dev.dsf.fhir.adapter.SearchSetTask.Row