n FVCAD you can add a time to your patient area that will display the time a patient was created in the ‘Record Management Center'. Adding the TimeUTC as a dynamic patient custom field (for example, in the patient top area), will display the time the ticket was created. See the instructions below for setting this up.
Instructions
- Go to Settings → Patient Top Area or Settings → Patient Tabs. Either option that you select will give you the options show below.
- The expression you want to use is:
- strftime('%m-%d-%Y %H:%M', TimeUTC, 'localtime')
- strftime('%m-%d-%Y %H:%M', TimeUTC, 'localtime')
- The created time will display like shown below, depending on where you place it inside of your patient area.
- The expression you want to use is:
Comments
0 comments
Please sign in to leave a comment.