| Package | Description |
|---|---|
| de.samply.directory_sync.directory | |
| de.samply.directory_sync.directory.model | |
| de.samply.directory_sync.fhir |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Either<org.hl7.fhir.r4.model.OperationOutcome,Set<BbmriEricId>> |
DirectoryApi.listAllCollectionIds(String countryCode)
Make a call to the Directory to get all Collection IDs for the supplied
countryCode. |
| Modifier and Type | Method and Description |
|---|---|
io.vavr.control.Either<org.hl7.fhir.r4.model.OperationOutcome,Biobank> |
DirectoryApi.fetchBiobank(BbmriEricId id)
Fetches the Biobank with the given
id. |
| Modifier and Type | Method and Description |
|---|---|
List<org.hl7.fhir.r4.model.OperationOutcome> |
DirectoryService.updateCollectionSizes(Map<BbmriEricId,Integer> collectionSizes) |
org.hl7.fhir.r4.model.OperationOutcome |
DirectoryService.updateCollectionSizes(String countryCode,
List<Map.Entry<BbmriEricId,Integer>> collectionSizes) |
| Modifier and Type | Method and Description |
|---|---|
BbmriEricId |
Biobank.getId() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<BbmriEricId> |
BbmriEricId.valueOf(String s)
Tries to create a BBMRI-ERIC identifier from string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Biobank.setId(BbmriEricId id) |
| Modifier and Type | Method and Description |
|---|---|
static Optional<BbmriEricId> |
FhirApi.bbmriEricId(org.hl7.fhir.r4.model.Organization collection)
Returns the BBMRI-ERIC identifier of
collection if some valid one could be found. |
io.vavr.control.Either<org.hl7.fhir.r4.model.OperationOutcome,Map<BbmriEricId,Integer>> |
FhirReporting.fetchCollectionSizes()
Returns collection sample counts indexed by BBMRI-ERIC identifier.
|
Copyright © 2022. All rights reserved.