This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qr_string = """{ | |
"resourceType": "QuestionnaireResponse", | |
"id": "3141", | |
"text": { | |
"status": "generated", | |
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <pre>\n Comorbidity? YES\n Cardial Comorbidity? YES\n Angina? YES\n MI? NO\n Vascular Comorbidity?\n (no answers)\n ...\n Histopathology\n Abdominal\n pT category: 1a\n ...\n </pre>\n </div>" | |
}, | |
"contained": [ | |
{ | |
"resourceType": "Patient", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved. | |
This program is free software; you can redistribute it and/or modify | |
it under the terms of the GNU General Public License, version 2.0, | |
as published by the Free Software Foundation. | |
This program is also distributed with certain software (including | |
but not limited to OpenSSL) that is licensed under separate terms, | |
as designated in a particular file or component or in included license | |
documentation. The authors of MySQL hereby grant you an additional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Development Status :: 1 - Planning | |
Development Status :: 2 - Pre-Alpha | |
Development Status :: 3 - Alpha | |
Development Status :: 4 - Beta | |
Development Status :: 5 - Production/Stable | |
Development Status :: 6 - Mature | |
Development Status :: 7 - Inactive | |
Environment :: Console | |
Environment :: Console :: Curses | |
Environment :: Console :: Framebuffer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from django.db import models, migrations | |
from django.contrib.postgres.operations import (HStoreExtension, UnaccentExtension, ) | |
class Migration(migrations.Migration): | |
dependencies = [ | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'bootstrap-sass' | |
require 'compass/import-once/activate' | |
# Require any additional compass plugins here. | |
# Can be :stand_alone or :rails. Defaults to :stand_alone | |
project_type = :stand_alone | |
# The environment mode. Defaults to :development, can also be :production | |
environment = :development | |
# Not needed in :stand_alone mode where it can be inferred by context. Sets the path to the root of the project. | |
# project_path = |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var page_app = page_app || {}; | |
(function(){ | |
'use strict'; | |
// Food Group Model | |
page_app.FoodGroupModel = Backbone.Model.extend({ | |
defaults: { | |
id: null, | |
name: null, | |
slug: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<ul class="tags"> | |
<li><a href="#">Interface <span>4</span></a></li> | |
<li><a href="#">Icon <span>8</span></a></li> | |
<li><a href="#">Typography <span>15</span></a></li> | |
<li><a href="#">Color <span>16</span></a></li> | |
</ul> | |
<ul class="tags green"> | |
<li><a href="#">Design <span>23</span></a></li> |