Holds one search parameter. More...
Public Member Functions | |
__init__ (self, name, value) | |
copy (self) | |
handle (self) | |
Parses the receiver's value and returns a list of FHIRSearchParam instances. | |
as_parameter (self) | |
Return a string that represents the reciever as "key=value". | |
Public Attributes | |
name | |
value | |
Holds one search parameter.
The instance's value
can either be a string value or a search construct dictionary. In the latter case the class's handle
method must be called to arrive at search parameter instances that can be converted into a URL query.
fhirclient.models.fhirsearch.FHIRSearchParam.__init__ | ( | self, | |
name, | |||
value | |||
) |
fhirclient.models.fhirsearch.FHIRSearchParam.as_parameter | ( | self | ) |
Return a string that represents the reciever as "key=value".
fhirclient.models.fhirsearch.FHIRSearchParam.copy | ( | self | ) |
fhirclient.models.fhirsearch.FHIRSearchParam.handle | ( | self | ) |
Parses the receiver's value and returns a list of FHIRSearchParam instances.
Needs only be called if the param needs to be handled, i.e. its value is a query structure.
fhirclient.models.fhirsearch.FHIRSearchParam.name |
fhirclient.models.fhirsearch.FHIRSearchParam.value |