| Modifier and Type | Method and Description |
|---|---|
static Bundle |
Bundle.withResources(List<IResource> theResources,
FhirContext theContext,
String theServerBase) |
static Bundle |
Bundle.withSingleResource(IResource theResource) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
XmlParser.parseBundle(Class<T> theResourceType,
Reader theReader) |
<T extends IBaseResource> |
JsonParser.parseBundle(Class<T> theResourceType,
Reader theReader) |
<T extends IBaseResource> |
IParser.parseBundle(Class<T> theResourceType,
Reader theReader)
Parse a DSTU1 style Atom Bundle.
|
Bundle |
IParser.parseBundle(Reader theReader)
Parse a DSTU1 style Atom Bundle.
|
Bundle |
BaseParser.parseBundle(Reader theReader) |
Bundle |
IParser.parseBundle(String theMessageString)
Parse a DSTU1 style Atom Bundle.
|
Bundle |
BaseParser.parseBundle(String theXml) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlParser.doEncodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
void |
JsonParser.doEncodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
protected abstract void |
BaseParser.doEncodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
String |
XmlParser.encodeBundleToString(Bundle theBundle) |
String |
IParser.encodeBundleToString(Bundle theBundle) |
String |
BaseParser.encodeBundleToString(Bundle theBundle) |
void |
IParser.encodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
void |
BaseParser.encodeBundleToWriter(Bundle theBundle,
Writer theWriter) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IBaseResource> |
IGenericClient.history(Class<T> theType,
IdDt theId,
DateTimeDt theSince,
Integer theLimit)
Deprecated.
As of 0.9, use the fluent
IGenericClient.history() method instead |
<T extends IBaseResource> |
GenericClient.history(Class<T> theType,
IdDt theIdDt,
DateTimeDt theSince,
Integer theLimit) |
<T extends IBaseResource> |
IGenericClient.history(Class<T> theType,
String theId,
DateTimeDt theSince,
Integer theLimit)
Deprecated.
As of 0.9, use the fluent
IGenericClient.history() method instead |
<T extends IBaseResource> |
GenericClient.history(Class<T> theType,
String theId,
DateTimeDt theSince,
Integer theLimit) |
<T extends IBaseResource> |
IGenericClient.search(Class<T> theType,
Map<String,List<IQueryParameterType>> theParams)
Implementation of the "instance search" method.
|
<T extends IBaseResource> |
GenericClient.search(Class<T> theType,
Map<String,List<IQueryParameterType>> theParams) |
<T extends IBaseResource> |
IGenericClient.search(Class<T> theType,
UriDt theUrl)
Perform the "search" operation using an absolute URL.
|
<T extends IBaseResource> |
GenericClient.search(Class<T> theType,
UriDt theUrl) |
Bundle |
IGenericClient.search(UriDt theUrl) |
Bundle |
GenericClient.search(UriDt theUrl) |
| Modifier and Type | Method and Description |
|---|---|
IHistoryTyped<Bundle> |
IHistoryUntyped.andReturnDstu1Bundle()
Request that the method return a DSTU1 style bundle object.
|
IGetPageTyped<Bundle> |
IGetPageUntyped.andReturnDstu1Bundle()
Return a DSTU1 Atom feed
|
IQuery<Bundle> |
IUntypedQuery.byUrl(String theSearchUrl)
Perform a search directly by URL.
|
IQuery<Bundle> |
IUntypedQuery.forAllResources() |
IQuery<Bundle> |
IUntypedQuery.forResource(Class<? extends IBaseResource> theClass) |
IQuery<Bundle> |
IUntypedQuery.forResource(String theResourceName) |
IGetPageTyped<Bundle> |
IGetPage.next(Bundle theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
IGetPageTyped<Bundle> |
IGetPage.previous(Bundle theBundle)
Load the previous page of results using the link with relation "previous" in the bundle.
|
IGetPageTyped<Bundle> |
IGetPage.url(String thePageUrl)
Deprecated.
Use
IGetPage.byUrl(String) instead |
ITransactionTyped<Bundle> |
ITransaction.withBundle(Bundle theBundle)
Use a DSTU1 Bundle (Atom) as the transaction input
|
| Modifier and Type | Method and Description |
|---|---|
IGetPageTyped<Bundle> |
IGetPage.next(Bundle theBundle)
Load the next page of results using the link with relation "next" in the bundle.
|
IGetPageTyped<Bundle> |
IGetPage.previous(Bundle theBundle)
Load the previous page of results using the link with relation "previous" in the bundle.
|
ITransactionTyped<Bundle> |
ITransaction.withBundle(Bundle theBundle)
Use a DSTU1 Bundle (Atom) as the transaction input
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
BaseResourceReturningMethodBinding.ResourceOrDstu1Bundle.getDstu1Bundle() |
| Modifier and Type | Method and Description |
|---|---|
static BaseHttpClientInvocation |
TransactionMethodBinding.createTransactionInvocation(Bundle theBundle,
FhirContext theContext) |
| Constructor and Description |
|---|
HttpPostClientInvocation(FhirContext theContext,
Bundle theBundle) |
ResourceOrDstu1Bundle(Bundle theBundle) |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
IVersionSpecificBundleFactory.getDstu1Bundle() |
| Modifier and Type | Method and Description |
|---|---|
Object |
RestfulResponse.streamResponseAsBundle(Bundle bundle,
Set<SummaryEnum> summaryMode,
boolean respondGzip,
boolean requestIsBrowser) |
Object |
IRestfulResponse.streamResponseAsBundle(Bundle bundle,
Set<SummaryEnum> summaryMode,
boolean respondGzip,
boolean requestIsBrowser) |
static Object |
RestfulServerUtils.streamResponseAsBundle(IRestfulServerDefaults theServer,
Bundle bundle,
Set<SummaryEnum> theSummaryMode,
boolean respondGzip,
RequestDetails theRequestDetails) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IServerInterceptor.outgoingResponse(RequestDetails theRequest,
Bundle bundle)
This method is called after the server implementation method has been called, but before any attempt to stream the
response back to the client
|
boolean |
InterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails,
Bundle bundle) |
boolean |
IServerInterceptor.outgoingResponse(RequestDetails theRequestDetails,
Bundle theResponseObject,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse)
This method is called after the server implementation method has been called, but before any attempt to stream the
response back to the client
|
boolean |
InterceptorAdapter.outgoingResponse(RequestDetails theRequestDetails,
Bundle theResponseObject,
javax.servlet.http.HttpServletRequest theServletRequest,
javax.servlet.http.HttpServletResponse theServletResponse) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<Bundle> |
ValidationContext.forBundle(FhirContext theContext,
Bundle theBundle) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<Bundle> |
ValidationContext.forBundle(FhirContext theContext,
Bundle theBundle) |
void |
FhirValidator.validate(Bundle theBundle)
Deprecated.
|
ValidationResult |
FhirValidator.validateWithResult(Bundle theBundle)
Validates a bundle instance returning a
ValidationResult which contains the results. |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<IBaseResource> |
ValidationContext.newChild(IValidationContext<Bundle> theContext,
IResource theResource) |
void |
SchemaBaseValidator.validateBundle(IValidationContext<Bundle> theContext) |
void |
IValidatorModule.validateBundle(IValidationContext<Bundle> theContext)
This method applies only to DSTU1 Atom Bundles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchematronBaseValidator.validateBundle(IValidationContext<Bundle> theContext) |
Copyright © 2014–2016 University Health Network. All rights reserved.