HS.Reports.Patient.Config
persistent class HS.Reports.Patient.Config extends %Library.Persistent, HS.Types.PatientReport, HS.Sync.BaseClass, %Library.GlobalIdentifier
SQL Table Name: HS_Reports_Patient.Config
Contact informationProperty Inventory
Method Inventory
- DefaultReport()
- DeleteData()
- GetExistingData()
- HasSections()
- ListPatientReportsClose()
- ListPatientReportsExecute()
- ListPatientReportsFetch()
Parameters
parameter SYNCORDER = 100;
parameter XMLTYPE = PatReport;
To prevent a conflict
Properties
relationship ReportSections as array of HS.Reports.Patient.ReportSection [ InitialExpression = $listbuild("HS.Reports.Patient.ReportSection","Report",+$this,"children",1,1) , Transient , Inverse = Report , Cardinality = children ];
Property methods: ReportSectionsGet(), ReportSectionsGetObject(), ReportSectionsGetObjectId(), ReportSectionsGetSwizzled(), ReportSectionsIsEmpty(), ReportSectionsIsValid(), ReportSectionsNewObject(), ReportSectionsRClose(), ReportSectionsRExec(), ReportSectionsRFetch(), ReportSectionsRelate(), ReportSectionsSQLCompute(), ReportSectionsSet(), ReportSectionsUnRelate()
Methods
classmethod DefaultReport() as %String
Returns the default report
Delete after validating (none currently)
Used to get existing data for an object returned from a correlate
method HasSections() as %Boolean
Returns whether a report has sections or not
Queries
query ListPatientReports()
query ListReportsLocal()
Indexes
index (IDKEY on Code) [IdKey, Type = key, Unique];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NameIndex on Name);
Index methods: NameIndexExists()
Inherited Members
Inherited Properties
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %OverrideGuidAssignment()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- GetGlobalInfo()
- GetSQLTableName()
- OnPopulate()
- Populate()
- PopulateSerial()
- SyncTables()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (HS.Reports.Patient.Config)
^HS.Reports.Patient.ConfigD(ID) |
= | %%CLASSNAME
Name
ZenReportClass
DefaultReport
SDAVersion
|