Classes | |
class | fhirclient.client.FHIRClient |
Instances of this class handle authorizing and talking to SMART on FHIR servers. More... | |
Namespaces | |
namespace | fhirclient |
namespace | fhirclient.client |
Variables | |
str | fhirclient.client.scope_default = 'user/*.* patient/*.read openid profile' |
str | fhirclient.client.scope_haslaunch = 'launch' |
str | fhirclient.client.scope_patientlaunch = 'launch/patient' |
fhirclient.client.logger = logging.getLogger(__name__) | |