HELP-PROMPT: Type 1 to 50 characters that will one of the values selectable by the user for this object.
DESCRIPTION: The number of values determine the appearance of the builder block element. Having no values will result in a free text edit field being created, having 1-3 will create a group of radio buttons (unless those values
are very long), anything else (more than 3 or long values) will result in a dropdown.
CROSS-REFERENCE: 101.45211^B
1)= S ^ORD(101.45,DA(3),2,DA(2),1,DA(1),1,"B",$E(X,1,30),DA)=""
2)= K ^ORD(101.45,DA(3),2,DA(2),1,DA(1),1,"B",$E(X,1,30),DA)
HELP-PROMPT: Select 'D' to associate this value with a date/time picker or 'E' to associated it with a free text field (only works when the control is a radio group).
DESCRIPTION: When a 'D', a date/time control is created and when an 'E', an edit control is created. The associated control is linked to the value so when the value is selected this control is enabled and when not selected this
INPUT TRANSFORM: K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1N.N) X
LAST EDITED: FEB 24, 2022
HELP-PROMPT: Type a number between 0 and 9999 that equals the IEN of another builder block of this page you wish to be made required when this value for this control is selected.
DESCRIPTION:
Special allows a value of one element to require another element. So this field should be populated with the IEN of the element that needs to be made required when this value is selected.
HELP-PROMPT: Select a code to configure a date/time picker if the ASSOCIATED WITH field for this value equals 'D' and this control is a radio group.
DESCRIPTION: Only valid if the value is associated with a date/time picker. This can be used to restrict that associated control to "D" date only or "DT" to allow time ("DT" is used if no choice is made) - "DT" does not force
time, it only allows time.
This code also restricts the date range based on the first character of the code (P for Past and F for Future), this restriction always uses NOW (P = date < NOW and F = date > NOW).