public static class Bundles.BundleContainer extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
List<org.hl7.fhir.instance.model.api.IBaseResource> |
extractResource(String name)
Returns a list containing the resources of the given name
that exist in the bundle.
|
org.hl7.fhir.instance.model.api.IBaseBundle |
getBundle()
Returns the contained FHIR bundle.
|
public List<org.hl7.fhir.instance.model.api.IBaseResource> extractResource(String name)
name - the name of the FHIR resource to returnpublic org.hl7.fhir.instance.model.api.IBaseBundle getBundle()
Copyright © 2020. All rights reserved.