Titus data classification - titus

I am trying find out any available data source from the Titus , i need to pull some data or any possible data via API or any available data to build metrics. do anyone know if there is api guide available tried contacting titus developer support but no help.

Related

Connecting on prem MQ to Google Cloud Platform

This is more of a conceptual question as there is no relevant documentation available. We have an on prem IBM-MQ from which we need to transfer data on our cloud storage bucket (GCP/AWS), what could be possible solutions in this case? Any help or direction would be appreciated. Thank you!
I'm assuming you can reach your goal once the MQ-data has been changed/converted to supported format by the Big Query.
You can refer on this google documentation for full guide on Loading data from local files. You can upload file via GCP Console or using selected programming language that will match on your on-prem. There's also variety of uploads that you can choose from according to data file. This also includes the right permission to use the BigQuery.
If you require authentication you check on this Big Query Authentication Guide

How can I convert HL7 messages (from V2 to FHIR) using Google Data Fusion?

I'm using GCP and I'm new to Healthcare.
I want to convert HL7 V2 messages to HL7 FHIR messages. The presentation says that I can do it using Google Data Fusion plugin:
Accelerate your solution development on FHIR by importing your existing FHIR data into the Cloud Healthcare API from Cloud Storage. Transform your data from CSV/HL7v2 formats into FHIR format using Cloud Data Fusion plugins and manage it in the Cloud Healthcare API.
(taken from here)
But there seems to be no concrete documentation on how to do that. Can someone point me to the right direction ?
There is no public documentation available for that yet since the API is still on Alpha. To have access on this feature, you need to sign up in Cloud Health Care API Trusted Tester Program. Once approved, you will be granted access to the documentation and the feature will be added on your project.
I also for reference I found this data fusion pipeline on how to use the cloud healthcare plugins.

How to generate uptime reports through Google Cloud Stackdriver?

I am a new user with Google cloud (Stackdriver).
I would like to set and generate uptime reports on a monthly basis which would include the past 4 weeks through e-mail in the cloud but I have not been able to find from where I could do this.
I have done research but have not managed to find what I am looking for. The closes I got to was TRACE but is still not what I would like to have.
It's not possible to generate that kind of reports using tools available in Google Cloud.
Using traces is probably the best you can do now - although you can try the Cloud Trace API which may give you a way to extract the information in a more structured way.
If you want this feature included in GCP please go to IssueTracker and create a new feature request with detailes explanation of what your goal is and mention the time-span you want to be able to get data from.

SpagoBI SDK how to get the entire datasets & extract info from them through webservices?

Is it possible to get a dataset through WS against SpagoBI SDK? All that I got were just some documents but I was wondering if I could do that with Datasets as well.
From the website I can see
"The services available through web service are:
Data Set: it allows to receive the data sets, defined in SpagoBI, and their respective metadata."
http://www.spagoworld.org/xwiki/bin/view/SpagoBI/SpagoBISDK
I'd really appreciate any help.
What I want to do is just to integrate some other external tools on my project. I though SpagoBI would be nice to be a kind of Back-Office to manage any Dataset from different Datasource
Bye

Google data mining tool

I recently read about a new Google-code hosted (open source) project from Google that allows you to perform data mining and analytics on various input files. There was even a video showing the user importing an Excel file and filtering on various conditions. However I cannot find it now even after looking for several hours, does anyone know the name of this project?
Original
Google Refine http://code.google.com/p/google-refine/
Update (2013/12/02)
Google Refine is now OpenRefine http://openrefine.org/
Please note that since October 2nd, 2012, Google is not supporting actively this project which have been rebranded to OpenRefine. Project development, documentation and promotion is now fully supported by volunteers.
Repository location:
https://github.com/OpenRefine
For Classification and Prediction, Google Prediction API
For operations on very large data set, BigQuery
For Data Cleaning and Transformation, Google Refine