We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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):
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.
The text was updated successfully, but these errors were encountered:
santosh-pingle
Successfully merging a pull request may close this issue.
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
Component
Core library, SDC library, reference app, or SDC gallery app
To Reproduce
Steps to reproduce the behavior:
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):
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.
The text was updated successfully, but these errors were encountered: