在 Android 上投影​​/启动医疗信息应用程序

发布于 2024-10-19 11:44:21 字数 1174 浏览 3 评论 0原文

我想创建一个自定义开源信息管理应用程序,我可以适应精神病学家的实际需求。 (而且也真的很想避免发明轮子)。有人可以告诉我什么是开始的好方法吗?我有一些业余编程经验(见下文),但我对 java 和 eclipse 缺乏经验(我在我的 Linux PC 上使用 Android SDK 插件设置了它们)。

我想要实现的是一个简单的应用程序,我可以相对轻松地重新编程/重新排列信息呈现屏幕。我希望主要的开发阶段是这样的:

  1. 应用程序的基本框架已完成 主要信息已添加 通过编程环境
    • 应支持基本格式(粗体、颜色、列表)
    • 我想这将通过 HTML/CSS 标记分层(而不是 太深)带有有关条件的简明信息的屏幕, 治疗;简单、不太麻烦的导航是必须的。
    • 可以从 Android 设备附加自己的笔记 每一条信息(例如医疗状况、药物、 鉴别诊断清单等)
  2. 可轻松添加和编辑的桌面应用程序 内容的
    • 最初甚至可能是 sqlite 管理器或类似的东西
  3. 用于添加图像的东西,
    • 可以添加评分量表来计算分数
    • 也许还可以通过某些 Android 打印驱动程序进行打印

* 本质上,我设想这是一种集成网站,背后有一个相对简单的数据库它(sqlite?)在android上运行。我的模型将是 epocrates 和 medscape 应用程序,但内容将更具体于日常精神病学实践。它还将包括心理治疗的各个方面。

我认为,大约一年后,内容就会足够有趣,以决定该应用程序是否应该上市。

我的(有限)经验:

我是一名医学博士 - 一名精神科医生。我有一些业余开发经验(php、html、css、Perl、bash、sed、sql、Access 以及不久前的 AS/400)。我想启动一个可以随时修改的应用程序 - 以便在工作中需要时轻松获得最有用的信息。我考虑过一些数据库(例如 HandDB),但我对它们的经验是,它们的用户界面非常有限,这会阻碍您在需要时快速检索信息。添加信息也可能很笨拙。

为什么我在这里寻求帮助

上面的大多数任务看起来都很标准。我想这里有丰富编程经验的人可能能够向我指出一些可以帮助我入门的信息。

非常感谢您考虑这一点:)

I would like to create a custom open source information management application, that I could adapt to practical needs of a psychiatrist. (and also would really like to avoid inventing the wheel). Could someone advise me what would be a good way to start? I have some amateur programming experience (see below), but I have little experience with java and eclipse (which I have set up with Android SDK plugin on my linux PC).

What I would like to achieve is a simple app where I could relatively easily re-program/rearrange information presenting screens. I would like the major development stages to be something like:

  1. Basic framework of the app is done Main information is added
    through the programming environment

    • basic formatting (bold, color, lists) should be supported
    • I imagine this would be through HTML/CSS markup Hierarchical (not
      too deep) screens with concise information about conditions,
      treatments; easy, not too cumbersome navigation is a must.
    • Possibility to attach own notes from android device
      on every piece of information (e.g. on medical condition, on medication,
      list of differential diagnoses, etc)
  2. A desktop application that allows for easy adding and editing
    of the content

    • initially could be even sqlite manager or something similar
  3. possibility for adding images,
    • possibility to add rating scales, which would calculate scores
    • maybe also possibility to print through some android print driver

* in essence I envision this as a sort of an integrated website with a relatively simple database behind it (sqlite?) running on android. My models would be epocrates and medscape apps, but the content would be more specific to everyday psychiatric practice. It would include aspects of psychological therapies as well.

In about a years time, I think, the content would be interesting enough to see whether the app should go on the market.

My (limited) experience:

I am a MD - a Psychiatrist. I have some amateur development experience (php, html, css, Perl, bash, sed, sql, Access and some time ago - AS/400). I would like to start an app that I could modify as I go - in order to have the most useful info at my fingertips, when I need it in my work. I have considered some databases (e.g. HandDB) but my experience with them is that you get very constricted with their user interface and this hinders fast information retrieval when you need it. Adding information can be clumsy as well.

Why I am asking for help here

Most of tasks above seem pretty standard. I imagine that people with lots of programming experience here, probably would be able to point me towards some information that would help me to get started.

Many thanks for considering this :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

香草可樂 2024-10-26 11:44:21

你打算开发这个应用程序吗?您提到的所有内容都可以通过阅读 android 文档轻松完成。虽然如果你在编码,我建议买一本书

你会发现很多示例android 文档中的其他支持

打印也可以使用 Google 云打印

如果您想开源您的应用程序,您可以随时使用 谷歌代码
你在这里问了一个非常广泛的问题。但我想上述信息可以很好地帮助您入门。

Are you going to develop this app? Everything you mentioned can be easily done by reading the android documentation. Although if its you doing the coding i recommend buying a book

You will find a lot of samples and other support in the android doc

Printing can be also setup using Google Cloud print

If you want to open source your application you can always use google code.
You have asked a really broad question here. But i guess the above information is good to get you started.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文