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

Change of discontinuation date from text to date #839

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ckote
Copy link
Collaborator

@ckote ckote commented Oct 15, 2024

Changes to also support the pulling of facility list other than inputting text

"label": "(if transferred out)Transfer to Facility:",
"type": "obs",
"label": "Transfer to Facility(if transferred out):",
"type": "encounterLocation",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this information saved in the database? I know a form can only have one encounter location. @donaldkibet @makombe please help me understand this. Asante

Copy link
Contributor

@donaldkibet donaldkibet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should use remote-select here and specify location as the data source.

@ckote
Copy link
Collaborator Author

ckote commented Oct 17, 2024

HI @donaldkibet do you mean this:

"questionOptions": {
"rendering": "remote-select",
"appointmentKey": "location",
"dataSource": "location"
}

@ckote
Copy link
Collaborator Author

ckote commented Oct 17, 2024

Without the appointment Key though?

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 this pull request may close these issues.

3 participants