Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement input-inside-text group control #344

Open
ir4y opened this issue Oct 25, 2024 · 0 comments
Open

Implement input-inside-text group control #344

ir4y opened this issue Oct 25, 2024 · 0 comments

Comments

@ir4y
Copy link
Member

ir4y commented Oct 25, 2024

As an enhancement (or event a drop-in replacement) for #329
We introduce itemControl for a group that place children items inside a text.
Child items can't be groups, it should be a plain list if items:

item:
- linkId: text
   itemControl:
     coding:
        - code: inputs-inside-text
   type: group
   text: |
     By signing this form, I voluntarily authorize <input linkId="subject"/> to release my radiographic
     breast cancer imaging and related health information taken from  <input linkId="object"/> at <input linkId="date"/>.
  item:
  - linkId: subject
     type: string
  - linkId: object
     type: string
  - linkId: date
     type: dateTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant