Package org.hl7.fhir.utilities.graphql
Class IGraphQLStorageServices.ReferenceResolution
- java.lang.Object
-
- org.hl7.fhir.utilities.graphql.IGraphQLStorageServices.ReferenceResolution
-
- Enclosing interface:
- IGraphQLStorageServices
public static class IGraphQLStorageServices.ReferenceResolution extends Object
-
-
Constructor Summary
Constructors Constructor Description ReferenceResolution(org.hl7.fhir.instance.model.api.IBaseResource targetContext, org.hl7.fhir.instance.model.api.IBaseResource target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.instance.model.api.IBaseResourcegetTarget()org.hl7.fhir.instance.model.api.IBaseResourcegetTargetContext()
-
-
-
Constructor Detail
-
ReferenceResolution
public ReferenceResolution(org.hl7.fhir.instance.model.api.IBaseResource targetContext, org.hl7.fhir.instance.model.api.IBaseResource target)
-
-
Method Detail
-
getTargetContext
public org.hl7.fhir.instance.model.api.IBaseResource getTargetContext()
-
getTarget
public org.hl7.fhir.instance.model.api.IBaseResource getTarget()
-
-