Class FHIRSearchContextFactory
- java.lang.Object
 - 
- org.linuxforhealth.fhir.search.context.FHIRSearchContextFactory
 
 
- 
public class FHIRSearchContextFactory extends java.lang.ObjectThis factory class can be used to create instances of the FHIRSearchContext interface. 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FHIRSearchContextcreateSearchContext()Returns a new instance of the FHIRSearchContext interface. 
 - 
 
- 
- 
Method Detail
- 
createSearchContext
public static FHIRSearchContext createSearchContext() throws FHIRSearchException
Returns a new instance of the FHIRSearchContext interface.- Throws:
 FHIRSearchException
 
 - 
 
 -