public interface IPreResourceShowDetails
ca.uhn.fhir.interceptor.api.Pointcut#STORAGE_PRESHOW_RESOURCE
hook.| Modifier and Type | Method and Description |
|---|---|
IBaseResource |
getResource(int theIndex) |
void |
markResourceAtIndexAsSubset(int theIndex)
Indicates that data is being masked from within the resource at the given index.
|
void |
setResource(int theIndex,
IBaseResource theResource)
Replace the resource being returned at index
|
int |
size() |
int size()
IBaseResource getResource(int theIndex)
void setResource(int theIndex, IBaseResource theResource)
theIndex - The resource indextheResource - The resource at indexvoid markResourceAtIndexAsSubset(int theIndex)
theIndex - The resource indexCopyright © 2014–2019 University Health Network. All rights reserved.