I don't think there is a ready to use SQL query/procedure but you can call the class query "TypeCategories" in the class "EnsLib.HL7.Schema" from ObjectScript:
set ResultSet=##class(EnsLib.HL7.Schema).TypeCategoriesFunc()
do ResultSet.%Display()- Log in to post comments