Skip to main content

Posts

Showing posts from July, 2018
curl http://localhost:8042/studies/333b2c11-52e9feea-5516186e-ecd61f37-69da2603  curl http://localhost:8042/patients/dc65762c-f476e8b9-898834f4-2f8a5014-2599bc94 bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$ curl http://localhost:8042/patients [    "333b2c11-52e9feea-5516186e-ecd61f37-69da2603",    "da39a3ee-5e6b4b0d-3255bfef-95601890-afd80709" ] bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$ curl http://localhost:8042/studies [    "9b5629ef-c28c48db-b3593009-35fda9cb-7a0bb799",    "abae0b24-5a718d9e-1b560140-2cda3ae0-30b846cb" ] bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2AE477A5E4777245/Meteor/OrthancMirror/build$  curl http://localhost:8042/series [    "993a521c-1b11574c-92e1c71d-a048784c-36866be0",    "5f19601c-3e5fa872-e566e9f2-36aa3b31-dc719c3e" ] bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/2

COnfigure Orthanc

cmake -DSTATIC_BUILD:BOOL=ON -DCMAKE_BUILD_TYPE=Debug cmake "-DDCMTK_LIBRARIES=wrap;oflog" -DSTATIC_BUILD=OFF -DDEBIAN_USE_GTEST_SOURCE_PACKAGE:BOOL=ON -DCMAKE_BUILD_TYPE=Debug SRC https://bitbucket.org/sjodogne/orthanc/src/default/LinuxCompilation.txt?fileviewer=file-view-default # How to compile, install and run newest version of Orthanc DICOM server # from Github source in Ubuntu 16.04 LTS cd sudo apt-get update sudo apt-get install build-essential unzip cmake mercurial uuid-dev libcurl4-openssl-dev liblua5.1-0-dev libgtest-dev libpng-dev libsqlite3-dev libssl-dev libjpeg-dev zlib1g-dev libdcmtk2-dev libboost-all-dev libwrap0-dev libcharls-dev libjsoncpp-dev libpugixml-dev doxygen qupzilla sudo rm -rf Orthanc* sudo apt-get purge orthanc git clone https://github.com/jodogne/OrthancMirror.git mkdir ~/OrthancBuild cd ~/OrthancBuild/ cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release ~/OrthancMirror/ sudo make sudo make doc ./Orthanc --version ./Orthanc & qupzill

Change FOnt COmplete APp Code

@font-face {  font-family: bebas_neue_book;    src: url(‘/fonts/bebas_neue_book.ttf’); src: url("/fonts/bebas_neue_book.ttf") format("woff"), url("/fonts/bebas_neue_book.ttf") format("opentype"), url("/fonts/bebas_neue_book.ttf") format("svg");  font-weight: normal;  font-style: normal; } * { font-family: bebas_neue_book; } Public --> Font -- > File .ttf

Facebook ANd Google Links

https://gist.github.com/jamielob/881e0fe059c0ef0eb36d https://stackoverflow.com/questions/43644170/how-to-get-google-sign-in-working-for-meteor-on-ios https://github.com/sujith3g/meteor-g-plus https://atmospherejs.com/shadowsyc/cordova-fb

Facebook Login Helpful links

Skip to main content Jump to: Select option Skip to Search Accessibility feedback Close jump menu https://gist.github.com/jamielob/881e0fe059c0ef0eb36d No suggestions found Search Home My Network Jobs Messaging 1 1 new notification. Notifications Me   Free Upgrade to Premium Work icon Work   Messaging Compose message   Tap for popup settings How to implement Facebook native login with Meteor? Published on August 14, 2017 Aman Gupta   Follow Follow Co-Founded YourMarch · Entrepreneur · Designer · Engineer · Coder Like 6 Comment 0 0  Write an article About Meteor & Facebook Login Meteor  is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor provides in build methods for logging in to various services like Facebook, Google, GitHub, etc. However, these methods are not configured to login w