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

Show multiple questions in the same line. #2788

Open
santosh-pingle opened this issue Feb 11, 2025 · 0 comments · May be fixed by #2789
Open

Show multiple questions in the same line. #2788

santosh-pingle opened this issue Feb 11, 2025 · 0 comments · May be fixed by #2789
Assignees

Comments

@santosh-pingle
Copy link
Collaborator

Describe the bug

Use column count extension to show multiple questions in the same line.

https://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaire-columnCount.html

{
  "resourceType": "Questionnaire",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-columnCount",
          "valuePositiveInt": 3
        }
      ],
      "linkId": "group-column",
      "type": "group",
      "item": [
        {
          "linkId": "1",
          "type": "string"
        },
        {
          "linkId": "2",
          "type": "integer"
        },
        {
          "linkId": "3",
          "type": "decimal"
        }
      ]
    }
  ]
}

Component
Core library, SDC library, reference app, or SDC gallery app

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Pixel4a emulator]
  • Android version: [e.g. Settings -> About phone -> Android version]
  • Build number: [e.g. Settings -> About phone -> Build number]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.

@santosh-pingle santosh-pingle self-assigned this Feb 11, 2025
@santosh-pingle santosh-pingle linked a pull request Feb 26, 2025 that will close this issue
7 tasks
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

Successfully merging a pull request may close this issue.

1 participant