示例#1
0
def getICU():
    return (returnDict(tweetList(ResourceTSO.ICUbeds)))
示例#2
0
def getNews():
    return (returnDict(tweetList(ResourceTSO.Plasma)))
示例#3
0
def getOxygenBed():
    return (returnDict(tweetList(ResourceTSO.OxygenBeds)))
示例#4
0
def gethospitalBed():
    return (returnDict(tweetList(ResourceTSO.HospitalBeds)))
示例#5
0
def getOxygenCylinder():
    return (returnDict(tweetList(ResourceTSO.OxygenCylinder)))
示例#6
0
def getFood():
    return (returnDict(tweetList(ResourceTSO.Food)))
示例#7
0
def getTocilizumab():
    return (returnDict(tweetList(ResourceTSO.Tocilizumab)))
示例#8
0
def getRemdesivir():
    return (returnDict(tweetList(ResourceTSO.Remdesivir)))
示例#9
0
def getNews():
    return (returnDict(tweetList(ResourceTSO.Concentrator)))