Coder Social home page Coder Social logo

erichilarysmithsr / caosmedicallabdb Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.19 MB

The Medical Database for Pharmakon Health Care Cloud

Home Page: https://caosmedicallab.bot

License: Apache License 2.0

JavaScript 0.17% Python 2.76% PHP 96.56% Jupyter Notebook 0.36% C# 0.15%
health medical bot-framework database flask-sqlalchemy http phpmyadmin python-script sqlite3 swagger

caosmedicallabdb's Introduction

description
The Adult Health Care Content Resource Management Hub for the Emergent APHID Group IL

♿ CAOS API

COMET FISH UI Functions

{% swagger method="get" path="" baseUrl="https://api.sheety.co/2038ea59d35e3cf806679a2706330dc9/replicatedPimaIndiansDatasetForDiabetes/formResponses1" summary="Form Response 1" %} {% swagger-description %} Retrieve rows from your sheet {% endswagger-description %}

{% swagger-response status="200: OK" description="HTTP OK" %}

{
    // Response
}

{% endswagger-response %}

{% swagger-response status="404: Not Found" description="HTTP Status Code" %}

{
    // Response
}

{% endswagger-response %} {% endswagger %}

{% code title="caos.html" %}

<html>
  <head>
   <link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
   <script defer src="https://pyscript.net/alpha/pyscript.js"></script>
  <\head>
    <body>
      <py-script>
      
       patients = 'p'
       
       patients_name = 'African American'
       patients_name1 = 'Latino American'
       patients_name2 = 'Asian American'
       patients_name3 = 'Native American'
       patients_name4 = 'Mideastern American'
       patients_name5 = 'White American'
       
       African_American = 'a'
       Latino_American = 'l'
       Asian_American = 's'
       Native_American = 'n'
       Mideastern_American = 'm'
       White_American = 'w'
       
       a + l + s + n + m + w = p
       
       print(a + 1 + s + n + m + w)
       
      <\py-script>
     <\body>
 <\html>

{% endcode %}

{% code title="main.js" %}

// let url = 'https://api.sheety.co/2038ea59d35e3cf806679a2706330dc9/replicatedPimaIndiansDatasetForDiabetes/formResponses1';fetch(url).then((response) => response.json()).then(json => {  // Do something with the data  console.log(json.formResponses1S);});

{% endcode %}

{% swagger method="post" path="" baseUrl="https://api.sheety.co/2038ea59d35e3cf806679a2706330dc9/replicatedPimaIndiansDatasetForDiabetes/formResponses1" summary="Form Response 1b" %} {% swagger-description %} Update a Row {% endswagger-description %}

{% swagger-response status="200: OK" description="HTTP OK" %}

<{
    // Response
}

{% endswagger-response %}

{% swagger-response status="404: Not Found" description="Page Not Found" %}

{
    // Response
}

{% endswagger-response %} {% endswagger %}

{% code title="main.js" %}

// let url = 'https://api.sheety.co/2038ea59d35e3cf806679a2706330dc9/replicatedPimaIndiansDatasetForDiabetes/formResponses1';
  let body = {
    formResponses1: {
      ...
    }
  }
  fetch(url, {
    method: 'POST',
    body: JSON.stringify(body)
  })
  .then((response) => response.json())
  .then(json => {
    // Do something with object
    console.log(json.formResponses1);
  });

{% endcode %}

caosmedicallabdb's People

Contributors

erichilarysmithsr avatar info-datafire avatar

Watchers

 avatar  avatar

caosmedicallabdb's Issues

ExampleException in home#example

Test error in Example.com

ExampleException in home#example
Something really bad happened

View on Bugsnag

Stacktrace

app/controllers/home_controller.rb:123 - example
app/controllers/other_controller.rb:12 - broken
lib/important/magic.rb:4 - load_something

View full stacktrace

Created by Eric Smith via Bugsnag

Help with syntax

I have been searching for this syntax for a long time. Some of these have helped me a lot, but there are still many things I can't find the syntax for, such as nested parameters. Can you tell me how you discovered this syntax, and how I can obtain more of it? Thanks in advance

ExampleException in home#example

Test error in Example.com

ExampleException in home#example
Something really bad happened

View on Bugsnag

Stacktrace

app/controllers/home_controller.rb:123 - example
app/controllers/other_controller.rb:12 - broken
lib/important/magic.rb:4 - load_something

View full stacktrace

Created by Eric Smith via Bugsnag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.