HS.Message.IHE.XDSb.Folder
serial class HS.Message.IHE.XDSb.Folder extends %Library.SerialObject, HS.IHE.XDSb.Types.Folder
Property Inventory
Parameters
parameter XMLTYPE = StoredFolder;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is
empty then the class name will be used to construct a default XML type.
The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.
Properties
property EntryUUID as %String) [ InitialExpression = ##class(HS.Util.XSLTHelper).createUUID() ];
calculated UUID for the folder
Property methods: EntryUUIDDisplayToLogical(), EntryUUIDGet(), EntryUUIDIsValid(), EntryUUIDLogicalToDisplay(), EntryUUIDLogicalToOdbc(), EntryUUIDNormalize(), EntryUUIDSet()
property LogicalUUID as %String);
logicalUUID is the common id for documents when using metadata update - no default
Property methods: LogicalUUIDDisplayToLogical(), LogicalUUIDGet(), LogicalUUIDIsValid(), LogicalUUIDLogicalToDisplay(), LogicalUUIDLogicalToOdbc(), LogicalUUIDNormalize(), LogicalUUIDSet()
property UniqueId as %String) [ InitialExpression = ##class(HS.Util.XSLTHelper).uuid2oid(..EntryUUID) ];
calculated OID for the document (based on the UUID)
Property methods: UniqueIdDisplayToLogical(), UniqueIdGet(), UniqueIdIsValid(), UniqueIdLogicalToDisplay(), UniqueIdLogicalToOdbc(), UniqueIdNormalize(), UniqueIdSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %Delete()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %GetSwizzleObject()
- %IsA()
- %IsModified()
- %IsNull()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %SerializeObject()
- %SetModified()
- %SyncObjectIn()
- %SyncTransport()
- %ValidateObject()
- LogicalToOdbc()
- OdbcToLogical()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()