Skip to main content

Object Storage

Launch Management Portal

InterSystems IRIS classes use a default global structure based on the class name (^ObjectScript.PersonD and ^ObjectScript.PersonI). You'll see the structure is similar to the globals you built in your data entry class (which was intentional). Here are the same four example records use by this tutorial, shown in the globals for ObjectScript.Person.

ObjectScript.PersonD global showing the data for 4 persons ObjectScript.PersonI global showing 4 persons in the DOB, Name, and Phone indexes, and in a bitmap index

FeedbackOpens in a new tab