I have a linktoform() action for setting some discharge information for patients, and it currently looks like this:
LINKTOFORM("discharged_Form","_patientIdentifier",[_THISROW].[_patientIdentifier],"Patient Name",[_THISROW].[Full Name],"DOB",[_THISROW].[DOB],"Hospital",[_THISROW].[Hospital].[Hospital Name],"Admission Date",[_THISROW].[Admission Date])
It does work, but how do i set this so that certain values are fixed (tied to the currently viewed patient) and not changeable?
I’l like the patient name, date of birth, and hospital to be fixed, and the only user changeable element to be the date.