Forum Replies Created
-
AuthorPosts
-
-
2025-06-18 at 1:30 pm #48789
Cing
ParticipantWhat role does privacy play in user evaluations?
Not all users who rated the privacy aspects of the apps were satisfied with them. The majority of users expressed concerns about their privacy. It includes
– Excessive permission requests by software to function
– Concerns of data leakage and personal information security, such as unwanted SMS notifications for refunds on orders that were never placed.
– Unauthorized alteration of vaccine records, such as a child’s designated hospitals inexplicably being changed to another location.In my opinion, these facts require a closer look.
First, unless requested permissions are given, does the software/app still function well? If it works well, it is excessive or suspicious.
Second, if unwanted SMS notifications are due to a technical glitch and happened once, this can be considered an unintentional mistake unless it falls into violation of privacy.
Third, from my perspective, alteration of designated vaccination sites seems acceptable, while it does not seem to be a medical record. It is more of a capacity or management issue.
-
2025-06-16 at 11:17 am #48781
Cing
ParticipantHow did government restrictions affect mobility patterns?
The government restrictions include the closure of the friendship bridge, provincial entry and exit restrictions, with the establishment of checkpoints on main roads and a nationwide curfew.
It was introduced during Interval 4: 4 April 2020 to 3 May 2020 (30 days), the period of the most restricted travel.
The study measures the mobility in the radius of gyration (RoG) and observes the greatest reduction in movement, by more than 90% of the typical travel, by a 32% decrease in short trips outside the home village, and by a 70% decrease in long trips. Additionally, the nationwide curfew was effective, and the RoG was remarkably low during those hours.
The implementation of government restrictions during the pandemic led to a significant decline in mobility in their studied population.
-
2025-06-06 at 7:58 pm #48745
Cing
ParticipantWhat factors influenced participant engagement in the study?
According to the paper, engagement from the web-based survey is higher than that from the mobile app. The platform is a major factor influencing the rate of engagement. In detail, responding to the survey from the app involves a series of steps such as downloading, account registration, activation, and so on. As for me, I won’t try spending these steps just for taking a survey, while participating in the survey already feels like a huge burden and a sheer waste of time.
A reminder also plays a crucial role in engagement in the study. Additional email reminders significantly improved survey completion. Psychologically, the reminder emails would remind them how important the survey is, and how important they are for the survey. If I were them, I would do the same, respect and respond to the survey.
The paper concludes that older adults have the lowest response rate among mobile app users, which is attributed to their lower technology literacy and discomfort with mobile apps. However, from the gerontological point of view, older people are not patient with complexity and longer waiting times. Additionally, normal people would not face barriers to the completion of the survey via the app. In my opinion, it is correct to say due to discomfort with mobile apps or user experience (UX) issues.
-
2025-06-04 at 2:57 am #48701
Cing
ParticipantHow did apps affect vaccination uptake rates?
9 of the 28 studies assess how apps affect vaccination uptake rates. Only 4 studies reported a significant improvement in vaccination coverage.
Upon checking the apps from those 4 studies, they deal with immunization-related tasks such as immunization records associated with health workers and doctors. One unique app among them is Carrot Rewards, which enables users to earn loyalty points for completion of vaccination-related tasks.
Generally, regardless of these studies correlating with increased vaccination uptake rates, it can be said that apps do not affect the rate. Instead, the vaccination workflow requires such apps to streamline the process of vaccination records. Carrot Rewards is a different and innovative app that utilizes a brain-rewarding system to push users vaccinated.
-
2025-06-02 at 9:56 pm #48679
Cing
ParticipantMy first reaction to using the virtual space is that it’s something gamers would enjoy doing because it’s not different from a gaming environment. In sharing pictures or presenting in a shared virtual space, normally, we assume that sharing in a classroom or discussion board would draw more attention than virtual space because we have physical presence and human-to-human interaction, but the reality would seem to be the opposite. We rush to finish writing and reply to a discussion, or we could be daydreaming in a class during a lecture or presentation. In these ways, we already lose our attention. In the virtual environment, what we see is unavoidable, meaning that we become immersed in it and draw attention to everything.
In academics or professional settings, there can be situations where a virtual environment is required, for example, visualization of 3D objects – human anatomy, visualization of micro-molecules, flight simulation, and training. Just as a 2D picture is worth a thousand words, a 3D image is worth a million words. It will enhance and expand our understanding of different perspectives and enable us to see a wider picture.
–
–
-
2025-05-20 at 7:03 pm #48579
Cing
ParticipantI tried watching VR videos on YouTube and VR apps such as VR Moon and VR Space. Honestly, I found it very hard to enjoy the experience. The stereoscopic vision was uncomfortable. Immediately after putting it on, I got motion sickness. I also noticed that my right and left eyes were trying to calibrate and not working together for some time. I worried that it might lead to cross-eyedness. After adjusting, aligning, and adapting the vision, I watched VR videos for a minute, and then I got pain or an ache around or inside my eyes.
A standout feature, I feel, is that it replicates the maximum experience of realism. Watching YouTube VR videos on “Indigenous people in the Amazon forest” and “New York street walk” feels like I was there walking and going for an adventure, and makes me realize what it’s like to be there. However, my phone does not have a very high pixel density, which makes me feel like watching pixelated videos or a pixelated experience.
I could only find the head gaze combined with the screen tap interaction method in Google Cardboard and YouTube. The VR cardboard seems purposely made to be smaller than the average size of the phone. My phone, for instance, is bigger and has extra screen space. Later, I found that it aims for screen tap interaction with head gaze.
-
2025-05-17 at 4:38 pm #48541
Cing
ParticipantVisualization & Experimentation
While the aircon is on, the temperature and humidity remain the same.
After turning it off and opening all windows, the humidity climbed up while the temperature increased gradually.
Then, I tried to test it with all windows closed while the aircon was still off. The result shows that the temperature and humidity stay in balance.
After the aircon is turned on, I noticed that as the temperature decreases, the humidity also decreases.
During this experiment, the circuit board and sensor are stationary.
Challenges & Solutions
After uploading code to the circuit board, I could not see any output in the console. I noticed that it is suggested to use 9600 baud written on the board. After changing the code to
9600 baud
and the console to 9600 baud, it becomes visible.Ideas for Improvement & Application
If I had more time, one modification I would make would be to cache failed records and push them if the internet connection is restored. Because while I was testing this experiment, I was using my neighbor’s Wifi (a very, very poor connection).
In this case, the complexity is not as simple as we think. Because, as far as I’ve researched, the ESP 8266 microcontroller does not have an internal clock. So, we have to manage time programmatically again.The trick is to retrieve the current time from the Network Time Protocol (NTP) via Wi-Fi (internet). Once we get the current time, we compute the current time as time goes by in the loop. However, this can drift over time. So, re-adjusting the clock with NTP will be needed once the connection is restored. While the connection is offline, take the current time from the internally running computed time and cache it with temperature and humidity data.
A real-world public health scenario where this system could be useful is monitoring vaccine cold chain temperature. So, if a circuit board is integrated / integrable with a telecom network/telecom module, it could trigger an automatic SMS alert. If we continue to use the ESP 8266 microcontroller, we could use a cloud communication platform such as Twilio to trigger an SMS message via API.
-
2025-05-14 at 7:36 pm #48519
Cing
ParticipantI chose an old article, “A Review on Architectures and Communications Technologies for Wearable Health-Monitoring Systems” by VÃctor Custodio, Francisco J. Herrera, Gregorio López, and José Ignacio Moreno (2012) to see what an IoT looked like previously.
Summary
What it does—The article details the LOBIN platform, an IoT platform based on e-textiles and Wireless Sensor Networks (WSN) for healthcare monitoring.
Where it was implemented – It was implemented as a pilot scheme in the Cardiology Unit of La Paz Hospital in Madrid, Spain, to monitor psychological parameters and track patient location.
How it generally works– The system utilizes smart shirts (e-textiles) integrated with sensors that transmit data wirelessly through a network infrastructure.
Key points
Objective – The primary goal is to enable non-invasive and pervasive monitoring of patients with cardiac issues, but within hospital settings. It also aims to measure physiological data (ECG, Heart rate, SpO2, etc) and the indoor location of patients in real-time.
Sensors used –
(1) e-textiles electrodes to measure ECG
(2) 3-axis accelerometer to detect body movement and position
(3) thermometer to measure body temperatureChallenges –
(1) ECG signal loss during patient movement
(2) Data packet loss in their Wireless Communications Infrastructure Subsystems (WCIS)
(3) Patient discomfort requiring modifications like adjusting the smart shirt’s tightnessReference:
Custodio, V., Herrera, F. J., López, G., & Moreno, J. I. (2012). A Review on Architectures and Communications Technologies for Wearable Health-Monitoring Systems. *Sensors*, *12*(10), 13907-13946. https://doi.org/10.3390/s121013907
-
2025-05-12 at 6:24 pm #48496
Cing
ParticipantIf the dashboard’s target audience is policymakers, it will be a bit scientific and filled with non-layman terms and indicators. In my dashboard, I’ll focus on simplicity.
For the dashboard, I chose Covid-19 dummy data and specified locations with states and regions in Myanmar. The disclaimer here is that the data will not make sense.
As for the policy makers viewing the dashboard, I assume that the following indicators will be important
_ incidence rate: the rate at which new cases are positive in a population per 100,000 people
_ mortality rate: the rate of deaths in a population per 100,000 people
_ case fatality rate: the rate of deaths among positive cases in a population per 100,000 people
_ confirmed / positive cases: the number of positive cases
_ deaths: the number of deaths
_ recovered cases: the number of cases being recovered
_ active cases: the number of positive cases right nowTherefore, I put those essential indicators as a scorecard in the dashboard.
Additionally, the map and detailed table are included. The map helps in identifying patterns of disease distribution geographically. The table describes a detailed report of surveillance information by regions across the country.
The Weekly Trend page is aimed at viewing the trend every week, which allows policymakers to view the trend as smoothing out daily fluctuations and providing a clear picture of the epidemic’s direction, trend, and patterns, which inform their decisions on public health measures, resource allocation, policy adjustment, and so on.
Here is my Looker Studio Project: https://lookerstudio.google.com/s/jVsxj2nfPqk
Please feel free to comment.
-
2025-05-05 at 12:52 am #48454
Cing
Participant
~
~
~
~
Looker Studio -> https://lookerstudio.google.com/s/vSbz9jI5P2k
-
2025-04-28 at 5:12 pm #48407
Cing
Participant1. Overview: Includes Score Card, Bar Chart, Running Sum and comparison
2. Cases / Deaths / Recovered: Includes Pivot Table, Running Sum and comparison
3. The last 28 Days Report: Includes Time Series
4. Cases Table by Date: Includes Table, Running Delta, Drill Down and Date, Running Sum and comparison
-
2025-04-18 at 11:46 pm #48306
Cing
ParticipantI would like to share COVID-19 Dashboard by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU).
What I like:
– At a glance, all important information is displayed and the site is responsive to any screen/device sizes.
– Color grading is strong but maintains the importance of information from RED for cases/deaths, GREEN for vaccination, creating intuitive associations
– Prominent key metrics at the top catch the eye (enhance iconic memory)
– Information metrics groups are chunked well for better working memory.
– The dark and minimal background avoids distraction patterns.What needs improvement
– Following chunking principles, large numbers are difficult to process such as 676,609,955 and it would be better displayed as 676.6M to reduce cognitive load.
– Red-green color scheme can be problematic for color-blind users
– Crowded country metrics in the left sidebar are unnecessary and do not allow easy comparison. This could be improved by an approach with a shorter list for better visual hierarchy. -
2025-04-02 at 10:49 pm #47806
Cing
ParticipantThis week, I’ve learned about laws (in Thailand) applicable to health professionals and the AMA Code of Ethics in Telemedicine. We’ve discussed risks, benefits, and ethical and legal concerns about telemedicine.
-
2025-03-27 at 4:22 pm #47732
Cing
ParticipantThis week, personal data is the highlighted topic relating to regulations, including its compliance process and challenges.
-
2025-03-26 at 10:31 am #47693
Cing
ParticipantVery neat and practically clear design which is very friendly with data collector, especially in wide tick box.
In my opinion, I would remove weight in collecting demographic data, which I assume that it cannot be associated with the study.
Physical examination is well categorized including a detail section to provide its abnormal codes.
I am not sure what collected sample type means. If there is ID in the specimen or lab result, we can also add it.
More detail information about administrated vaccine can be added such as site of administration, route of administration, lot no, which would help in tracing back in finding out in manufacturing fault and adverse events.
-
2025-03-23 at 4:31 pm #47664
Cing
ParticipantThis week, we were introduced to the principles of ethics (general principles as well as principles for health informatics). Then, we were provided a case study of ethical and legal issues if an external person is outsourced for research. We also learned the 4-factor assessment for breach. Individuals have duties and obligations to be followed with ethical guidelines such as AMIA’s code of Professional and ethical conduct 2018. Entities have EU regulation in EU and Thailand regulation in Thailand respectively for personal data protection.
-
2025-03-22 at 12:56 am #47658
Cing
ParticipantI would simplify the normal way of encoding presence or absence as binary digits for pregnancy tests: 0 for negative, 1 for positive like in a physical examination where 0 is normal, and 1 is abnormal.
This could help in data analysis consistently with 0 as false, absent, or negative and 1 as true, present, or positive. -
2025-03-22 at 12:49 am #47657
Cing
ParticipantThe obvious benefit of having data standards regardless of any purpose is that they make data communication easier. Otherwise, data must be re-aligned for interpretation in multiple formats for different partners.
One simple example is the date format. Let’s suppose we are going to collect blood pressure including these indicators: systolic blood pressure, diastole blood pressure, and the date and time being measured. In this example, the date could be written in different ways: 2025-03-21, 21-Mar-25, 21/03/2025, 21/03/25, 21-Mar-2025, etc…
If a researcher has to combine all data from different sources that are unstructured/non-standard, he has to spend much time re-aligning the date format.
Therefore, data standards facilitate data communication faster and easier than non-standards for all parties.
-
2025-03-21 at 11:35 pm #47656
Cing
ParticipantMy team and I conducted the best way to manage computer systems to provide access systems and data internally and externally. The requirements include more than data quality and integrity with audit trial, user authentication, access control level, checks, data backup, and recovery support.
In scoping down for data management, we can think about it in two ways: database-only or system-wide database management.
For database only, enterprise-grade relational database management systems provide robust support for these features. The selected choices are Oracle Database, PostgreSQL, MySQL, and IBM Db2.
For the system-wide database management, it should be handled by a domain network system (with such Domain Controller, Active Directory). This can safeguard not only the database but also a wider scope from services running inside a computer to the whole network.
In my experience, normally spreadsheet programs can meet the requirements of study projects when it comes to data, however, they lack auditing standards, the ability to provide different levels of access, strong type checking, and data backup and recovery support.
But if we are looking for a specific field such as clinical trials, public health, and hospitals, we will have to look for specialized data management systems in adherence to standards and guidelines.
Ideally, study projects should be considered based on the nature of the study such as type of study (observational studies or interventional studies), study size and complexity (small pilot or large, or trials), collaboration needs (access control), the need for standards and compliance, project budget and so on. Examples are REDCap (Research Electronic Data Capture), OpenClinica (Community Edition), Castor EDC, etc…
-
2025-07-01 at 8:37 pm #48922
Cing
ParticipantPrivacy was one of the most dissatisfactory facts. Not only are developers responsible for it, but also an interdisciplinary team for user safety and privacy as a whole, such as a data protection officer and, product manager.
-
2025-07-01 at 8:32 pm #48921
Cing
ParticipantThe ability to access user data by developers is a significant concern. This is why the critical elements of any software are not its features, but the software firm’s strict adherence to data privacy and compliance standards, which technically prevents in-house engineers or anyone from accessing live data.
-
2025-07-01 at 8:25 pm #48920
Cing
ParticipantI agree with your analysis. The dissatisfaction with privacy, despite good functionality, shows that user trust is important. To improve their apps, they have to work on them effectively.
-
2025-07-01 at 8:22 pm #48919
Cing
ParticipantThanks for sharing your opinion. It’s crucial to maintain a patient-centered, empathetic perspective, even when medical professionals are overwhelmed with their tasks. Instead of rescheduling the patient’s appointment with one click without notice, one call to explain the reasons for the change would be more appropriate and respectful.
-
2025-06-25 at 9:06 pm #48822
Cing
ParticipantThanks for sharing your thoughts. I agree that advance notification for appointment changes should be a required protocol.
-
2025-06-20 at 6:56 pm #48805
Cing
ParticipantThank you for sharing your discussion. I haven’t considered such an analysis by comparing travelers and non-travelers to provide insights for the imposition of stricter travel restrictions. As for me, since disease surveillance needs to be timely, I would suggest health screening monitoring, or requesting health declaration forms at points of entry from land, sea, and air, as soon as the initial evidence of a significant new threat, such as positive cases in neighboring countries, is received.
-
2025-06-16 at 12:21 pm #48782
Cing
ParticipantIt’s interesting to see that night work/life is still functioning (very little), although the night-time curfew led to a significantly decreased RoG value. When “curfew” is mentioned, I thought it’s unnecessarily serious because I am familiar only to “military martial law curfew”. I didn’t realize other kinds of curfew exists, e.g., public health curfew.
-
2025-06-16 at 10:07 am #48780
Cing
ParticipantThe major barrier is a usability or experience issue, as you mentioned. If the app aims to be targeted at different kinds of audiences, it should have been designed with the principles of inclusive design, most importantly, age-friendly design.
-
2025-06-16 at 9:45 am #48779
Cing
ParticipantYes, I agree with it unless emails are not as excessive as spam or marketing emails. Otherwise, we would pay attention to it.
-
2025-06-06 at 8:23 pm #48748
Cing
ParticipantFor me, it does not make sense if apps affect vaccination uptake rates because those apps are made to support the workflow of vaccination, such as digital records. Even if those apps also include a public health education feature, it’s public health education that increases the uptake, not necessarily the apps.
-
2025-06-06 at 8:17 pm #48747
Cing
ParticipantFor me, it’s a trick to say that it has a positive impact from 4 studies, while 9 studies assess it, because 5 studies are unknown.
-
2025-06-06 at 8:05 pm #48746
Cing
ParticipantIt’s interesting to see that the article mentions assumptions regarding older adults for the lower response rate. Despite these assumptions, as a young adult, I would not even try to waste my time on submitting a survey via the app.
-
2025-05-20 at 9:49 pm #48581
Cing
ParticipantYour discussion makes me wonder how sensors can get actual values instead of dependent values. In your case, temperature values are not immediately responsive to the environment but are being settled with heat affected on board (itself).
Your observation about the interval is very insightful. I didn’t realize that because the time value comes from App Script, and there’s a significant delay in data transmission, the sensor’s timestamps end up being incorrect. -
2025-05-20 at 7:54 pm #48580
Cing
ParticipantWhen my phone is also not fit with the cardboard, I utilize the extra screen space for touch/click interaction, where a pointer moves with my head on the VR screen (phone screen). So, to select an item, you can tap anywhere on the extra screen space. To navigate back, I rotate 90 degrees as described in the help tutorial on the Google Cardboard app.
-
2025-05-14 at 10:17 pm #48523
Cing
ParticipantThank you for sharing a very insightful article. It is a comprehensive framework for IoT from all dimensions. Although the article does not explicitly mention the details of specific technical, logistical, or ethical challenges, it emphasizes the importance of 100% correct data transmission, identifying faulty sensors, the privacy of patients, and the increasing cost of investment.
-
2025-05-14 at 8:22 pm #48521
Cing
ParticipantIn my opinion, if we have to reproduce the implementation based on the article, the challenge will be, as the paper discussed, the difficulty in training deep ensemble models, which takes enormous computing costs (p. 3, 2022).
-
2025-05-14 at 8:06 pm #48520
Cing
ParticipantAfter reading the article it focuses on implementation and proof-of-concept for a heart rate monitoring system. My concerns with the system are that there is no mention of the quality of results for reliability and accuracy.
-
2025-05-12 at 7:45 pm #48498
Cing
ParticipantI found your dashboard styling very advanced and well organized to fit on one page. On the other hand, there are some areas I would improve in terms of human perception.
_ less red color in the scorecard area on the left side; instead, the text color will be black by default, if serious, it will be red in title or number
_ use text for labelling instead of using scorecard default field name labelling which cannot be modified (in state / region scorecards, beneficiaries count labelling)
-
2025-05-12 at 6:29 pm #48497
Cing
ParticipantHello Wannisa, as always, your presentation is elegant and aesthetic. I notice that controls, charts, and buttons are well organized and placed in the appropriate positions. Conditional formatting styling allows us to focus on the important information. I see that in this dashboard, you’ve followed all the principles learned from this course, for example, using graphic in donut chart.
-
2025-04-18 at 11:51 pm #48307
Cing
ParticipantAfter checking the page, I noticed that although it is a single page, it contains a large chunk of information presented in a large font size. It could be condensed into a more concise format at a glance. As you mentioned, it lacks user-friendliness.
-
2025-04-02 at 11:23 pm #47809
Cing
Participanthello Aung, Thanks for sharing insightful infographics. The reason that reimbursement is needed for further research is, in my opinion, due to limited or lower rate of insurance coverage; I assume that this could also be due to laws or regulations being incomplete yet.
-
2025-04-02 at 11:06 pm #47808
Cing
ParticipantHi Kedsarin, your infographic is super creative and includes most of the discussion points in the webinar. If there is a legal case from using a teleconsultation app, not only doctors but also the platform could be held responsible in places where the platform is not required legally to have a physical hospital and services.
-
2025-04-02 at 10:59 pm #47807
Cing
ParticipantHi Wannisa, thanks for sharing a summary that covers everything we’ve learned and discussed this week. I think the challenge of “legal issues when a problem occurs” could be simplified when a teleconsultation service via an app requires physical hospital and healthcare services, as in Thailand. Otherwise, as you said, legal issues could be debatable when a problem occurs.
-
2025-03-25 at 11:45 pm #47692
Cing
ParticipantI agree that standardization in the first place removes additional workloads and errors such as merging and combining dataset as you described.
-
2025-03-25 at 11:42 pm #47691
Cing
ParticipantInteroperability (exchange layer) is not only standardizing variables and tables (storing layer) but also a powerful advantage which allows seamless communication easily as you mentioned.
-
2025-03-25 at 11:35 pm #47690
Cing
ParticipantI agree that standardization streamline the review process as the nature of research includes sharing to other parties. This facilitates a lot faster and drive innovation faster.
-
2025-03-23 at 4:47 pm #47666
Cing
ParticipantThe Nuremberg code is worth mentioning. It is the mother of all ethics and regulations for humanity’s safety. The summary of fundamental ethical principles in the infographics is very helpful to understanding at one glance.
-
2025-03-23 at 4:41 pm #47665
Cing
ParticipantVery detailed and concise infographics including our discussion points. As Jumbo discussed in the webinar, there could also be a case in which employees sometimes do not differentiate between ethical and unethical actions. In that case, as you mentioned in the graphics, reinforced training would be definitely helpful.
-
2025-03-22 at 1:28 am #47660
Cing
ParticipantIt’s an interesting challenge, especially in the transition to be more flexible, secure, and efficient while the number of staff increases as the transition proceeds. In this modern day, I believe that utilizing open-source vision-purpose LLM can facilitate the digitalization process.
-
2025-03-22 at 1:19 am #47659
Cing
ParticipantIt seems impossible to me to validate the data collected from the paper. If data integrity matters and resources allow, checking missing mandatory fields during paper-based data collection and double entry check during data transformation should be prioritized.
-
2025-03-14 at 12:42 pm #47566
Cing
ParticipantThank you for sharing your experience, Aung. My valuable lesson from the lecture is that determining the data collection method should be based on the familiarity of people at the operational level because my experience with communities suggests that electronic data capture (a method unfamiliar to data collectors despite being trained for several months) can slow down their data entry causing less data than aimed if it is validated excessively while moderate validation can lead to invalid data. I agree that digital survey or mobile-based data collection is the best for us who are already familiar with it. Regarding data, I believe that making de-identifiable data public (if permitted) would be highly beneficial. This also requires planning at the beginning of the project. The value of data is realized through sharing and analysis. Archived data is dead and useless. On the flip side, in the Myanmar context, de-identifiable data could be re-identified by the authoritarian regime for strategic misuse, such as the total population in a specific area and resource distribution.
-
-
AuthorPosts