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

Public Member Functions

def apply (self, param)
 
- 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

dictionary modifiers
 
 handles = modifiers.keys()
 
- 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.FHIRSearchParamModifierHandler.apply (   self,
  param 
)

Member Data Documentation

fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.handles = modifiers.keys()
static
dictionary fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.modifiers
static
Initial value:
1 = {
2  '$asc': ':asc',
3  '$desc': ':desc',
4  '$exact': ':exact',
5  '$missing': ':missing',
6  '$null': ':missing',
7  '$text': ':text',
8  }

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