Is there any way to create a data class in my script? I want to create a 'Patient' class, with various attributes and instantiate objects of that class. Is this possible in c-script? If so, can I get an example of a class and an example of how to use the class?