Skip to main content

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

FeedbackOpens in a new tab