Uses of Class
tilda.utils.fhir.FhirEntity
-
Packages that use FhirEntity Package Description tilda.utils.fhir -
-
Uses of FhirEntity in tilda.utils.fhir
Subclasses of FhirEntity in tilda.utils.fhir Modifier and Type Class Description class
FhirEntityGeneric
Methods in tilda.utils.fhir that return FhirEntity Modifier and Type Method Description FhirEntity
FHIRProvider. fhirResourceSearchByIdentifier(FhirEntity e)
Methods in tilda.utils.fhir with parameters of type FhirEntity Modifier and Type Method Description FhirEntity
FHIRProvider. fhirResourceSearchByIdentifier(FhirEntity e)
Method parameters in tilda.utils.fhir with type arguments of type FhirEntity Modifier and Type Method Description int
FHIRProvider. fhirResourceCreate(java.util.List<? extends FhirEntity> reqEntities, boolean failOnQuota, boolean upsert)
int
FHIRProvider. fhirResourceCreate(java.util.List<? extends FhirEntity> reqEntities, boolean failOnQuota, boolean upsert, int threads)
Constructor parameters in tilda.utils.fhir with type arguments of type FhirEntity Constructor Description FhirEnitityCreator(FHIRProvider P, java.util.List<? extends FhirEntity> reqEntities, boolean failOnQuota, boolean upsert)
-