Questions tagged [truevault]

TrueVault offers healthcare applications a secure HIPAA compliant API to store health data.

TrueVault is a secure data vault. It is designed from the ground up to provide regulatory compliant storage for Protected Health Information (PHI) and Personally Identifiable Information (PII).

27 questions
0
votes
0 answers

Number of requests that can be simultaneously sent to TrueVault from an IP?

I'm writing a program to cleanup certain data from my Vaults that are irrelevant. I estimate this program to generate many thousand requests in order to completely handle all the data. What kind of limits (either requests per second / no. of…
pardonmemiss
  • 149
  • 1
  • 1
  • 11
0
votes
0 answers

Fatal error: Call to a member function create() on array

I'm using the Truevault API and creating a schema for my Vault and eventually the documents that I store in it. Here is my code: $trueVault = new TrueVault(array( "apiKey" => TRUEVAULT_API_KEY, "accountId" =>…
Varun Iyer
  • 523
  • 2
  • 10
  • 25
0
votes
1 answer

How does the Truevault API exactly work? [request clarification]

I'm currently working with a health company that requests their patient data to be HIPAA compliant. Being unfamiliar with HIPAA Compliance, after research, I found sites like Truevault that offer HIPAA compliance databases so patient data is…
Varun Iyer
  • 523
  • 2
  • 10
  • 25
0
votes
1 answer

Truevault request failing using entity builder on android while the curl equivalent is successful. Any suggestions for changes in the code?

I am trying to upload an image by creating a blob using the equivalent of curl https://api.truevault.com/v1/vaults/00000000-0000-0000-0000-000000000000/blobs \ -X POST \ -u [API_KEY | ACCESS_TOKEN]: \ --form "file=@xray.pdf" \ -H…
0
votes
1 answer

Which API_KEY do I use to create new TrueVault users?

I would like to use the Users API to create new users in TrueVault but it requires an Authorization header with the encoded API KEY. I am unsure about which API key to use for this purpose and where to get it from? Also, Should this be hard coded…
smaira
  • 307
  • 4
  • 19
0
votes
2 answers

download blob file from sql using c# asp.net and do not displaying in their related viewer applications?

I have a gridview displaying records. The grid view has a linkbutton which I want to use to download a blob file wich is saved in the same table as where the gridview is loading its data from. the file is downloading very well but the problem is…
Shakeel Ameer
  • 11
  • 1
  • 1
  • 8
0
votes
1 answer

TrueVault iOS SDK TVQuery with TVSort Returning 400 in Swift

I have setup a Swift project with the TrueVault iOS SDK. When running this code, it returns with kTrueVaultErrorDomain error 400: var query : TVQuery = MDRequest.queryWithFilters(filters) query.sorts =…
0
votes
1 answer

Why does the TrueVault Dashboard always shows 0 documents in the Vaults?

I've created a document and I'm sure it is saved in the Vault too since I can fetch it, but the TrueVault dashboard shows me "0 DOCUMENTS Stored In TrueVault". Is this a bug?
smaira
  • 307
  • 4
  • 19
0
votes
1 answer

The remote server returned an error: (400) Bad Request.3

While embeding web with truevault for data storage, during uploading the file, and for getting document id through truevault I am getting The remote server returned an error: (400) Bad Request error while running the following code. while on other…
Shakeel Ameer
  • 11
  • 1
  • 1
  • 8
0
votes
1 answer

Batch update/save documents in Truevault?

Is there a way to batch save/update documents in Truevault? The current documentation only shows how to save/update individual documents.
0
votes
1 answer

How to update document in TrueVault

I am trying to do update a document in TrueVault using document id and schema id but it gives me error like this Response Code : 400Exception in thread "main" java.io.IOException: Server returned HTTP response code: 400 for URL:…
0
votes
1 answer

True Vault blob store

i am working on true vault blob store. truevault is complete working fine but creating problem in uploading and downloading pdf or any other file. i download the source code from Github i cannot view any message or file name. if any idea about true…
Ali
  • 21
  • 4
1
2