SMART on FHIR Python Client  3.0.0
fhirclient.models.fhirsearch.FHIRSearchParamMultiHandler Class Reference
Inheritance diagram for fhirclient.models.fhirsearch.FHIRSearchParamMultiHandler:
fhirclient.models.fhirsearch.FHIRSearchParamHandler

Public Member Functions

def prepare (self, parent)
 
- Public Member Functions inherited from fhirclient.models.fhirsearch.FHIRSearchParamHandler
def announce_handler (cls, handler)
 
def handler_for (cls, key)
 
def can_handle (cls, key)
 
def __init__ (self, key, value)
 
def handle (self, param)
 Applies all handlers to the given search parameter. More...
 
def prepare (self, parent=None)
 Creates sub-handlers as needed, then prepares the receiver. More...
 
def expand (self, param)
 Executes the receiver's modifier and multiplier on itself, applying changes to the given search param instance. More...
 
def apply (self, param)
 

Static Public Attributes

list handles = ['$and', '$or']
 
- Static Public Attributes inherited from fhirclient.models.fhirsearch.FHIRSearchParamHandler
 handles = None
 
list handlers = []
 

Additional Inherited Members

- Public Attributes inherited from fhirclient.models.fhirsearch.FHIRSearchParamHandler
 key
 
 value
 
 modifier
 
 multiplier
 

Member Function Documentation

def fhirclient.models.fhirsearch.FHIRSearchParamMultiHandler.prepare (   self,
  parent 
)

Member Data Documentation

list fhirclient.models.fhirsearch.FHIRSearchParamMultiHandler.handles = ['$and', '$or']
static

The documentation for this class was generated from the following file: