Merge pull request #323 from teleivo/RAD-188 RAD-188 Hide scheduledDate by default
teleivo <mrteleivo@gmail.com>
52d8854a0ecc113478e5ee953bb95e73044d7a4d
RAD-188 Hide scheduledDate by default
added scheduledDate to radiologyOrderCreationSegment in previous commit but it
the input element was visible by default and on page load the js was executed
which set it to hidden since default urgency="ROUTINE". this lead to the
element being visible for a short amount of time if page load is slow.
* hide scheduledDate input by default
* click scheduledDate if urgency ON_SCHEDULED_DATE is selected this opens date
widget and makes it smoother for the user