imedicalxc-doctor-dbdata

Standardize and optimize HIS database queries using SQL and MyBatis Plus.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/SkylerCook/imedical.agents --skill imedicalxc-doctor-dbdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imedicalxc-doctor-dbdata
Source: https://github.com/SkylerCook/imedical.agents/tree/main/plugins/imedicalxc-doctor-extend-engineer/skills/imedicalxc-doctor-dbdata
Command: npx skills add https://github.com/SkylerCook/imedical.agents --skill imedicalxc-doctor-dbdata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sql, mybatis-plus, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines and standardizes database queries for the doctor station, improving efficiency and reducing errors in data retrieval.

Core Features & Use Cases

  • Database Query Standardization: Provides guidelines for querying different types of data, including base data, configuration data, and business data.
  • Query Optimization: Offers best practices for organizing database access code and handling common scenarios like join queries and code mapping.
  • Use Case: Imagine you need to retrieve patient information from the hospital information system (HIS). This Skill ensures that your query is optimized for performance and follows the established standards.

Quick Start

Run the skill with the command 'query-patient-info -patient-id 12345'.

Frequently Asked Questions about imedicalxc-doctor-dbdata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize database queries for a hospital information system using MyBatis Plus?

To optimize hospital information system database queries using MyBatis Plus, you should standardize data retrieval logic for base, configuration, and business data while following code organization best practices to improve performance and reduce errors.

What is the best way to standardize HIS data retrieval for base, configuration, and business data?

Standardizing HIS data retrieval involves categorizing queries into base, configuration, and business data, then applying consistent code mapping and join query practices to ensure efficient and error-free data access.

Do I need SQL and MyBatis Plus knowledge to use this doctor station query optimization tool?

Yes, you need prior knowledge of SQL and MyBatis Plus, along with direct access to the HIS database, to effectively implement the query standardization and optimization practices provided for the doctor station.

How do I retrieve patient information from the HIS database efficiently?

You retrieve patient information from the HIS database efficiently by executing standardized query commands, such as 'query-patient-info -patient-id 12345', which apply optimization guidelines to handle data access and code mapping.

How should I handle join queries and code mapping when retrieving HIS data?

Handling join queries and code mapping in HIS data retrieval requires organizing database access code systematically, utilizing best practices to map configuration and business data accurately without compromising query performance.