Skip to main content

Home/ HealthcareMetadata/ Group items tagged html

Rss Feed Group items tagged

Malcolm McRoberts

Physician Quality Reporting System - Centers for Medicare & Medicaid Services - 0 views

  • rting System  >  Physician Quality Reporting System Physician Quality Reporting System Spotlight How To Get Started CMS Sponsored Calls Statute Regulations Program Instructions ICD-10 Section Measures Codes Registry Reporting Electronic Health Record Reporting CMS-Certified Survey Vendor Qualified Clinical Data Registry Reporting Group Practice Reporting Option GPRO Web Interface Maintenance of Certification Program Incentive Analysis and Payment Payment Adjustment Information Educational Resources Help Desk Support 2011 Physician Quality Reporting System 2012 Physician Quality Reporting System 2013 Physician Quality Reporting System Physician Quality Reporting System Physician Quality Reporting System (Physician Quality Reporting or PQRS) formerly known as the Physician Quality Reporting Initiative (PQRI)
Malcolm McRoberts

BI Platform Analytics | Business Intelligence | SAP - 0 views

  • This offering is a complete analytics platform that combines market-leading data integration, data management, and business intelligence (BI) products, pre-certified to run together – for a more effective way to harness big data.
  • zed Analytics Server Analyze massive quantities of data 100 times faster than traditional relational databases – for more accurate insight into performance and market dynamics. Run big data analytics with unsurpassed query performance – for faster decision making Uncover new ways to reduce overhead, storage costs, and maintenance spend Offer accurate, timely information to end users across the organization Gain greater scalability with an open, flexible, column-based architecture SAP Sybase IQ .multilinkwidget a.btn-doc{ padding-bottom:10px; } $(document).ready(function(){ setTimeout(function() { if($("td em button.x-btn-text", $("tr.x-toolbar-left-row")).length > 0) $("td em button.x-btn-text", $("tr.x-toolbar-left-row")).each(function() { if($(this).html()== 'Edit' && $("td em button.x-btn-text", $(this).parents("td.x-toolbar-cell").next()).html() == 'Manage Links'){ $(this).parent().parent().parent().parent().remove(); } }); },3000); }); Less Business Intelligence Platform Make it easy to discover and share insight with a business intelligence platform that gives you flexibility, scalability, and function. Increase the range of data accessible to business users Reduce IT workload with simplified maintenance and administration options Integrate all enterprise data regardless of format or location Centrally manage, control, and configure your BI deployment SAP BusinessObjects BI Platform .multilinkwidget a.btn-doc{ padding-bottom:10px; } $(document).ready(function(){ setTimeout(function() { if($("td em button.x-btn-text", $("tr.x-toolbar-left-row")).length > 0) $("td em button.x-btn-text", $("tr.x-toolbar-left-row")).each(function() { if($(this).html()== 'Edit' && $("td em button.x-btn-text", $(this).parents("td.x-toolbar-cell").next()).html() == 'Manage Links'){ $(this).parent().parent().parent().parent().remove(); } }); },3000); }); Less $(document).ready(function() { // Expand all content by default // $('.rmuc_expandableLI').each(function () { $(this).css('height', 'auto'); }); });
  • Highly Optimized Analytics Server Analyze massive quantities of data 100 times faster than traditional relational databases – for more accurate insight into performance and market dynamics.
Malcolm McRoberts

Microsoft Compiled HTML Help - Wikipedia, the free encyclopedia - 0 views

  • Microsoft Compiled HTML Help is a Microsoft proprietary online help format, consisting of a collection of HTML pages, an index and other navigation tools. The files are compressed and deployed in a binary format with the extension .CHM, for Compiled HTML. The format is often used for software documentation.
Malcolm McRoberts

Issue 61 - js-test-driver - HTML Injection from separate file - Remote javascript conso... - 0 views

  • I agree with core developers, that there is no need for that to be implemented inside JsTestDriver. Everybody has slightly different needs and this would make configuration complicated. It is easy to solve in JavaScript: * request HTML page with XMLHttpRequest * extract body * inject into the body of the document under test req = new XMLHttpRequest(); req.open('GET', url, false); /* synchronous */ req.send(null); /* body element with children */ body_content = req.responseText.match(/<body[\s\S]*<\/body>/); body = document.documentElement.getElementsByTagName('body')[0]; /* body tag itself is ignored, only its children will be inserted */ body.innerHTML = body_content; } I've documented the full solution at http://www.mobile-web-consulting.de/post/4720306582/jstestdriver-html-injection-from-separate-file
Malcolm McRoberts

Amazon RDS for SQL Server - 0 views

  • Monitoring and Metrics
  • Automatic Software Patching
  • Automated Backups
  • ...5 more annotations...
  • Automatic Host Replacement
  • Isolation and Security Using Amazon VPC, you can isolate your DB Instances in your own virtual network, and connect to your existing IT infrastructure using industry-standard encrypted IPSec VPN. To learn more about Amazon RDS in VPC, refer to the Amazon RDS User Guide. In addition, using Amazon RDS, you can configure firewall settings and control network access to your DB Instances.
  • Isolation and Security Using Amazon VPC, you can isolate your DB Instances in your own virtual network, and connect to your existing IT infrastructure using industry-standard encrypted IPSec VPN. To learn more about Amazon RDS in VPC, refer to the Amazon RDS User Guide. In addition, using Amazon RDS, you can configure firewall settings and control network access to your DB Instances.
  • Using Amazon VPC, you can isolate your DB Instances in your own virtual network, and connect to your existing IT infrastructure using industry-standard encrypted IPSec VPN. To learn more about Amazon RDS in VPC, refer to the Amazon RDS User Guide. In addition, using Amazon RDS, you can configure firewall settings and control network access to your DB Instances.
  • Isolation and Security Using Amazon VPC, you can isolate your DB Instances in your own virtual network, and connect to your existing IT infrastructure using industry-standard encrypted IPSec VPN. To learn more about Amazon RDS in VPC, refer to the Amazon RDS User Guide. In addition, using Amazon RDS, you can configure firewall settings and control network access to your DB Instances.
Malcolm McRoberts

javascript - Event listeners & js-test-driver? - Stack Overflow - 0 views

  • You can use jQuery's load() function to load the HTML page you want to test. In your JSTestDriver test function: $('html').load('pageToLoad.html', function() { // load was performed - run your asserts here now }); However, since this uses a callback function, you might have to use an Async Test Case.
Malcolm McRoberts

SchemaSpy - 0 views

  • SchemaSpy is a Java-based tool (requires Java 5 or higher) that analyzes the metadata of a schema in a database and generates a visual representation of it in a browser-displayable format. It lets you click through the hierarchy of database tables via child and parent table relationships as represented by both HTML links and entity-relationship diagrams.
Malcolm McRoberts

SQLDoc Sharp - CodeProject - 0 views

  • QLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation. It allows you to export documentation to CHM format (Microsoft Compiled HTML Help).It is also easy and interactive, which allows multiple database documentation. For more details, please refer to http://www.amitchaudhary.com/. Background Finding the answer to, "Is there any free tool for generating documentation from SQL 2005/2008". Using the Code After running the application, the initial UI looks like below: Three steps required to generate the documentation. Step # 1 In the top section, provide the details about the SQL Server. It includes: Source: Instance Name of the SQL Server 2005/2008  If want to connect with SQL authentication then: User Name: Name of the user whose credentials you want to use Password: Password of the user whose credentials you want to use In case, to connect with Windows authentication then, only check the checkbox   (Integrated Security) and your current Windows credentials would be used to connect with the specified SQL Server Instance. Step # 2 Choose the database name from the Database dropdown list, whose documentation you want to generate and then click on the Fetch button. Meanwhile you can choose/change the File Name of the CHM file which would be generated. And also if required, you then choose to export the metadata/documentation in the XML format too. Step # 3 Click on the Generate button. And locate the CHM file at the path specified. After making the selection the SQLDoc Sharp, the UI should look like: Screen Shots of the Documentation Generated Index
  • SQLDoc Sharp is an interactive tool designed to generate the SQL Server 2005/2008 documentation.
Malcolm McRoberts

PhantomJS | PhantomJS - 0 views

  • PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
  • Page Automation Access and manipulate webpages with the standard DOM API, or with usual libraries like jQuery. Learn more
  • Headless Website Testing Run functional tests with frameworks such as Jasmine, QUnit, Mocha, Capybara, WebDriver, and many others. Learn more
Malcolm McRoberts

MongoDB Licensing - MongoDB.org 2.4.2 - 0 views

  • we promise that your client application which uses the database is a separate work. To facilitate this, the mongodb.org supported drivers (the part you link with your application) are released under Apache license, which is copyleft free.
  • MongoDB Database Server and Tools¶ Free Software Foundation’s GNU AGPL v3.0. Commercial licenses are also available from 10gen, including free evaluation licenses. Drivers¶ mongodb.org supported drivers: Apache License v2.0. Third parties have created drivers too; licenses will vary there.
Malcolm McRoberts

XEP-0295: JSON Encodings for XMPP - 0 views

  • Example 4. XML-encoded Message with Security Label<message to='romeo@example.net' from='juliet@example.com/balcony'>    <body>This content is classified.</body>    <securitylabel xmlns='urn:xmpp:sec-label:0'>        <displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking>        <label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'>            MQYCAQQGASk=        </esssecuritylabel></label>    </securitylabel></message>  Example 5. JSON-encoded Message with Security Label{"s":"<message to='romeo@example.net' from='juliet@example.com/balcony'><body>This content is classified.</body><securitylabel xmlns='urn:xmpp:sec-label:0'><displaymarking fgcolor='black' bgcolor='red'>SECRET</displaymarking><label><esssecuritylabel xmlns='urn:xmpp:sec-label:ess:0'>MQYCAQQGASk=</esssecuritylabel></label></securitylabel></message>"} 
Malcolm McRoberts

Cameo Data Modeler - 0 views

  • Cameo Data Modeler plugin provides data-related modeling for MagicDraw. It includes entity-relationship, database and XML schema modeling features.
Malcolm McRoberts

SQLServer Architecture,Benchmarking&Performance Optimization,DisasterRecovery,HighAvail... - 0 views

  • The logical data model includes the following entities: ■ Reference Entities ■ Lookup Entities ■ Base Entities ■ Derived Entities ■ Aggregate Entities
  • Data in the base entities support the derived and aggregate layers to facilitate Star and population, and act as a source for Data Mining for advanced analysis.
Malcolm McRoberts

Harris Corporation Patient Portal Certification Helps Health Systems Meet Meaningful Us... - 0 views

  • -- Patient Portal achieves 2014 Edition Certifications. -- Supports health systems to meet stage 1 and stage 2 Meaningful Use requirements. -- Designed to go beyond Meaningful Use to engage patients under accountable care.
Malcolm McRoberts

JavaIntegration - robotframework - Describes various ways to use Robot Framework from a... - 0 views

  • java -Xbootclasspath/a:lib/swinglibrary-0.14.jar:lib/registration-0.1.jar -jar  robotframework-2.5.3.jar  example.html
  • It is also possible to insert additional jar files to class path using the Xbootclasspath option. In this case, robotframework.jar does not need to be in class path. Here's the above example using Xbootclasspath:
Malcolm McRoberts

Incubation Status Template - Apache Incubator - 0 views

  • Sentry is a highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster.
Malcolm McRoberts

How-to: Do Statistical Analysis with Impala and R | Cloudera Developer Blog - 0 views

  • To meet that goal, we have created a new R package, RImpala, which connects Impala to R. RImpala enables querying the data residing in HDFS and Apache HBase from R, which can be further processed as an R object using R functions. RImpala is now available for download from the Comprehensive R Archive Network (CRAN) under GNU General Public License (GPL3).
1 - 20 of 41 Next › Last »
Showing 20 items per page