Overview
Class
Index
CQL
FRAMES
NO FRAMES
String
String values within CQL are represented using single-quotes:
'active'
Note that if the value to be represented contains a single-quote, use a backslash to include it within the string in CQL:
'patient\'s condition is normal'