Uses of Class
com.ibm.fhir.model.type.code.BundleType
-
Packages that use BundleType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code com.ibm.fhir.model.util -
-
Uses of BundleType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return BundleType Modifier and Type Method Description BundleTypeBundle. getType()Indicates the purpose of this bundle - how it is intended to be used.Methods in com.ibm.fhir.model.resource with parameters of type BundleType Modifier and Type Method Description Bundle.BuilderBundle.Builder. type(BundleType type)Indicates the purpose of this bundle - how it is intended to be used. -
Uses of BundleType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as BundleType Modifier and Type Field Description static BundleTypeBundleType. BATCHBatchstatic BundleTypeBundleType. BATCH_RESPONSEBatch Responsestatic BundleTypeBundleType. COLLECTIONCollectionstatic BundleTypeBundleType. DOCUMENTDocumentstatic BundleTypeBundleType. HISTORYHistory Liststatic BundleTypeBundleType. MESSAGEMessagestatic BundleTypeBundleType. SEARCHSETSearch Resultsstatic BundleTypeBundleType. TRANSACTIONTransactionstatic BundleTypeBundleType. TRANSACTION_RESPONSETransaction ResponseMethods in com.ibm.fhir.model.type.code that return BundleType Modifier and Type Method Description BundleTypeBundleType.Builder. build()static BundleTypeBundleType. of(BundleType.ValueSet value)Factory method for creating BundleType objects from a passed enum value.static BundleTypeBundleType. of(String value)Factory method for creating BundleType objects from a passed string value. -
Uses of BundleType in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util with parameters of type BundleType Modifier and Type Method Description static BundleFHIRUtil. createStandaloneBundle(BundleType bundleType, Map<String,Resource> resources)Create a self-contained bundle from the passed map of resources, replacing Resource.id values and references with a generated UUID.
-