如何为安全消息传递前端和HIPAA兼容数据库选择解决方案?

时间:2022-08-10 12:48:25

I am interesting a setting up a small business website, the front-end of which will be a customer portal (secure messaging center) with perhaps the ability to upload images. E-commerce capability will be needed, using Paypal and CC (US only). The back-end will be a database and the whole system will need to be HIPAA compliant.

我很有兴趣建立一个小型企业网站,其前端将是一个客户门户(安全消息中心),可能具有上传图像的能力。使用Paypal和CC(仅限美国)将需要电子商务功能。后端将是一个数据库,整个系统需要符合HIPAA标准。

I was wondering what platform should this be built on? Are there off-the shelf modules/libraries for secure messaging (I expect there are for e-commerce) and the database? I have experience programming Java but only on Android, as well as Swift on iOS -- wrote a couple of apps -- including the built-in SQLite features.

我想知道这个平台应该建立在什么平台上?是否有用于安全消息传递的现成模块/库(我希望有电子商务)和数据库?我有编程Java的经验,但只在Android上,以及iOS上的Swift - 编写了几个应用程序 - 包括内置的SQLite功能。

If I decide to contract this out, as it's most likely, I would like to have a sense of what type of programming or packages are needed. Would PHP/MySQL fit the bill? Can you point me in the right direction so I can educate myself? Thank you.

如果我决定将其解决,最有可能,我想了解需要什么类型的编程或包。 PHP / MySQL是否符合要求?你能指出我正确的方向,这样我就能教育自己吗?谢谢。

1 个解决方案

#1


0  

If you are looking for a HIPAA compliant storage option in Microsoft Azure, you should probably look into Azure Cosmos DB.

如果您在Microsoft Azure中寻找符合HIPAA标准的存储选项,则应该查看Azure Cosmos DB。

It provides SDKs for different programming languages, easy to query and manage. As it is widely used for SaaS based applications, it has almost all type of security compliance incorporated.

它为不同的编程语言提供SDK,易于查询和管理。由于它广泛用于基于SaaS的应用程序,因此几乎涵盖了所有类型的安全合规性。

Look here for list of security compliance provided for Azure Cosmos DB.

在此处查看为Azure Cosmos DB提供的安全合规性列表。

#1


0  

If you are looking for a HIPAA compliant storage option in Microsoft Azure, you should probably look into Azure Cosmos DB.

如果您在Microsoft Azure中寻找符合HIPAA标准的存储选项,则应该查看Azure Cosmos DB。

It provides SDKs for different programming languages, easy to query and manage. As it is widely used for SaaS based applications, it has almost all type of security compliance incorporated.

它为不同的编程语言提供SDK,易于查询和管理。由于它广泛用于基于SaaS的应用程序,因此几乎涵盖了所有类型的安全合规性。

Look here for list of security compliance provided for Azure Cosmos DB.

在此处查看为Azure Cosmos DB提供的安全合规性列表。