GOSH FHIR Hackathon API
Project description
GOSH-FHIRworks2020-SkypeURI Project Descrpition
This is a simple API that generates URIs to Skype group chats/calls given a list of FHIR patients UUIDs.
Create a (group) video call
>> from SkypeURI import SkypeURI
>> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
>> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
>> patientUUIDs = [patient1UUID, patient2UUID]
>> SkypeURI().getSkypeVideoURI(patientUUIDs)
Create a (group) voice call
>> from SkypeURI import SkypeURI
>> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
>> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
>> patientUUIDs = [patient1UUID, patient2UUID]
>> SkypeURI().getSkypeVoiceURI(patientUUIDs)
Create a group chat
>> from SkypeURI import SkypeURI
>> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
>> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
>> patientUUIDs = [patient1UUID, patient2UUID]
>> SkypeURI().getSkypeVideoURI(patientUUIDs)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file GOSH-FHIRworks2020-SkypeURI-1.0.0.tar.gz.
File metadata
- Download URL: GOSH-FHIRworks2020-SkypeURI-1.0.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b59a3b967d1cb09836d6adff4c11d2cf17983d20b4a3f3a99d7f8ad9966c2c6d
|
|
| MD5 |
dd4cf661b131256970064f712c524cb3
|
|
| BLAKE2b-256 |
60378a713ec300663dae6149592bd7c3ce8eac881e01c3fa376768ae132b9691
|
File details
Details for the file GOSH_FHIRworks2020_SkypeURI-1.0.0-py3-none-any.whl.
File metadata
- Download URL: GOSH_FHIRworks2020_SkypeURI-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad3912f91d8f8952dff51f579c6aa0b974407e962062ec15b5a7da6d3311c6eb
|
|
| MD5 |
4222c9494690f2074591b06ca6e80a2b
|
|
| BLAKE2b-256 |
ba7a867e82f98f353aa69ce1e2c090b99eafceea1c0d6a2e686d745fb6f551a7
|