|
| apply (self, param) |
|
Public Member Functions inherited from fhirclient.models.fhirsearch.FHIRSearchParamHandler |
| announce_handler (cls, handler) |
|
| handler_for (cls, key) |
|
| can_handle (cls, key) |
|
| __init__ (self, key, value) |
|
| handle (self, param) |
| Applies all handlers to the given search parameter.
|
|
| prepare (self, parent=None) |
| Creates sub-handlers as needed, then prepares the receiver.
|
|
| expand (self, param) |
| Executes the receiver's modifier and multiplier on itself, applying changes to the given search param instance.
|
|
◆ apply()
fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.apply |
( |
|
self, |
|
|
|
param |
|
) |
| |
◆ handles
dict fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.handles = modifiers.keys() |
|
static |
◆ key
fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.key |
◆ modifiers
dict fhirclient.models.fhirsearch.FHIRSearchParamModifierHandler.modifiers |
|
static |
Initial value:= {
'$asc': ':asc',
'$desc': ':desc',
'$exact': ':exact',
'$missing': ':missing',
'$null': ':missing',
'$text': ':text',
}
The documentation for this class was generated from the following file: