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 classFhirEntityGenericMethods in tilda.utils.fhir that return FhirEntity Modifier and Type Method Description FhirEntityFHIRProvider. fhirResourceSearchByIdentifier(FhirEntity e)Methods in tilda.utils.fhir with parameters of type FhirEntity Modifier and Type Method Description FhirEntityFHIRProvider. fhirResourceSearchByIdentifier(FhirEntity e)Method parameters in tilda.utils.fhir with type arguments of type FhirEntity Modifier and Type Method Description intFHIRProvider. fhirResourceCreate(java.util.List<? extends FhirEntity> reqEntities, boolean failOnQuota, boolean upsert)intFHIRProvider. 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)
-