@1doc3/synapse-viewer 中文文档教程

发布于 3年前 浏览 56 更新于 3年前

synapse-viewer

Getting started

只需添加组件

import SynapseViewer from '@1doc3/synapse-viewer'
export default {
  components: { SynapseViewer },
  ...
}

Properties

  • data: array[SynpaseQuestion]
[
  {
    type: 'info',
    group: 'init',
    title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
    answer: null,
    titleStyle: 'normal',
    validations: [],
    questionData: {}
  },
  {
    id: '1',
    type: 'singleSelection',
    group: 'init',
    title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    answer: 1,
    titleStyle: 'small',
    validations: [
      'required'
    ],
    patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    questionData: {
      options: [
        {
          label: 'Si',
          value: 1
        },
        {
          label: 'No',
          value: 2
        }
      ]
    }
  },
]

Project setup

npm i

Compiles and hot-reloads for development

npm run serve

Compiles and publish changes

首先,使用与@1doc3 关联的 npm 帐户登录。 然后增加 package.log 文件中的版本,并……

npm run build
npm publish

Lints and fixes files

yarn lint

Lints and fixes files

yarn lint

Customize configuration

参见配置参考

synapse-viewer

Getting started

Just add the component

import SynapseViewer from '@1doc3/synapse-viewer'
export default {
  components: { SynapseViewer },
  ...
}

Properties

  • data: array[SynpaseQuestion]
[
  {
    type: 'info',
    group: 'init',
    title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
    answer: null,
    titleStyle: 'normal',
    validations: [],
    questionData: {}
  },
  {
    id: '1',
    type: 'singleSelection',
    group: 'init',
    title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    answer: 1,
    titleStyle: 'small',
    validations: [
      'required'
    ],
    patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
    questionData: {
      options: [
        {
          label: 'Si',
          value: 1
        },
        {
          label: 'No',
          value: 2
        }
      ]
    }
  },
]

Project setup

npm i

Compiles and hot-reloads for development

npm run serve

Compiles and publish changes

First of all, login with your npm account associated with @1doc3. Then increments the version on package.log file and…

npm run build
npm publish

Lints and fixes files

yarn lint

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

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