Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search drchrono --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search drchrono --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Patients | list-patients | Retrieve a list of patients. |
| List Appointments | list-appointments | Retrieve a list of appointments. |
| List Tasks | list-tasks | Retrieve a list of tasks. |
| List Doctors | list-doctors | Retrieve a list of doctors in the practice |
| List Offices | list-offices | Retrieve a list of offices/locations in the practice |
| List Problems | list-problems | Retrieve a list of patient problems/diagnoses |
| List Allergies | list-allergies | Retrieve a list of patient allergies |
| List Medications | list-medications | Retrieve a list of patient medications |
| Get Patient | get-patient | Retrieve a specific patient by ID |
| Get Appointment | get-appointment | Retrieve a specific appointment by ID |
| Get Task | get-task | Retrieve a specific task by ID |
| Get Doctor | get-doctor | Retrieve a specific doctor by ID |
| Get Office | get-office | Retrieve a specific office by ID |
| Create Patient | create-patient | Create a new patient record |
| Create Appointment | create-appointment | Create a new appointment |
| Create Task | create-task | Create a new task |
| Create Problem | create-problem | Create a new problem/diagnosis record for a patient |
| Create Allergy | create-allergy | Create a new allergy record for a patient |
| Create Medication | create-medication | Create a new medication record for a patient |
| Update Patient | update-patient | Update an existing patient record |
| 名称 | 键名 | 描述 |
|---|---|---|
| 列出患者 | list-patients | 获取患者列表 |
| 列出预约 | list-appointments | 获取预约列表 |
| 列出任务 | list-tasks | 获取任务列表 |
| 列出医生 | list-doctors | 获取机构内的医生列表 |
| 列出办公地点 | list-offices | 获取机构内的办公/接诊地点列表 |
| 列出健康问题 | list-problems | 获取患者的健康问题/诊断列表 |
| 列出过敏史 | list-allergies | 获取患者的过敏史列表 |
| 列出用药记录 | list-medications | 获取患者的用药记录列表 |
| 获取患者信息 | get-patient | 根据ID获取指定患者的信息 |
| 获取预约信息 | get-appointment | 根据ID获取指定预约的信息 |
| 获取任务信息 | get-task | 根据ID获取指定任务的信息 |
| 获取医生信息 | get-doctor | 根据ID获取指定医生的信息 |
| 获取办公地点信息 | get-office | 根据ID获取指定办公地点的信息 |
| 创建患者 | create-patient | 创建新的患者档案 |
| 创建预约 | create-appointment | 创建新的预约 |
| 创建任务 | create-task | 创建新的任务 |
| 创建健康问题记录 | create-problem | 为患者创建新的健康问题/诊断记录 |
| 创建过敏史记录 | create-allergy | 为患者创建新的过敏史记录 |
| 创建用药记录 | create-medication | 为患者创建新的用药记录 |
| 更新患者信息 | update-patient | 更新已有的患者档案 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标识 | 描述 |
|---|---|
| HTTP方法(GET、POST、PUT、PATCH、DELETE),默认是GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串格式) |
| 快捷方式,用于发送JSON请求体并自动设置 |
| 不做任何处理,原样发送请求体 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY