public static interface GraphQLEngine.IGraphQLStorageServices
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphQLEngine.IGraphQLStorageServices.ReferenceResolution |
| Modifier and Type | Method and Description |
|---|---|
void |
listResources(Object appInfo,
String type,
List<org.hl7.fhir.utilities.graphql.Argument> searchParams,
List<Resource> matches) |
GraphQLEngine.IGraphQLStorageServices.ReferenceResolution |
lookup(Object appInfo,
Resource context,
Reference reference) |
Resource |
lookup(Object appInfo,
String type,
String id) |
Bundle |
search(Object appInfo,
String type,
List<org.hl7.fhir.utilities.graphql.Argument> searchParams) |
GraphQLEngine.IGraphQLStorageServices.ReferenceResolution lookup(Object appInfo, Resource context, Reference reference) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionResource lookup(Object appInfo, String type, String id) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionvoid listResources(Object appInfo, String type, List<org.hl7.fhir.utilities.graphql.Argument> searchParams, List<Resource> matches) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionCopyright © 2014–2018 University Health Network. All rights reserved.