Exemplo n.º 1
0
def post_condition(body):
    return dispatcher.post_resource(body)
Exemplo n.º 2
0
def post_medication_request(body):
    return dispatcher.post_resource(body)
Exemplo n.º 3
0
def post_observation(body):
    print(f"posting observation {body}")
    sys.stdout.flush()
    return dispatcher.post_resource(body)