Uses of Class
org.linuxforhealth.fhir.bucket.api.ResourceRef
-
Packages that use ResourceRef Package Description org.linuxforhealth.fhir.bucket.persistence org.linuxforhealth.fhir.bucket.scanner -
-
Uses of ResourceRef in org.linuxforhealth.fhir.bucket.persistence
Methods in org.linuxforhealth.fhir.bucket.persistence that return types with arguments of type ResourceRef Modifier and Type Method Description java.util.List<ResourceRef>
GetResourceRefsForBundleLine. run(IDatabaseTranslator translator, java.sql.Connection c)
-
Uses of ResourceRef in org.linuxforhealth.fhir.bucket.scanner
Methods in org.linuxforhealth.fhir.bucket.scanner that return types with arguments of type ResourceRef Modifier and Type Method Description java.util.List<ResourceRef>
DataAccess. getResourceRefsForLine(long resourceBundleId, int version, int lineNumber)
Get the list of resourceType/logicalId resource references generated when processing the given lineNumber of the identified resource bundle and its version
-