Skip to main content

EnsLib.DICOM.Util.ContentHandler

This class defines the interface which the import handler calls when importing a DICOM dataset

Method Inventory

Methods

method Data(pTag As %Integer, pChunkNumber As %Integer, pValue As %String) as %Status
This method is called when data is seen
method EndContent() as %Status
This method is called when the decoding ends
method EndElement(pTag As %Integer) as %Status
This method is called when an element ends
method EndItem(pTag As %Integer, pItemLength As %Integer) as %Status
This method is called when an item ends
method EndSequence() as %Status
This method is called when a sequence ends
method StartContent(pTransferSyntax As %String) as %Status
This method is called when the decoding begins
method StartElement(pTag As %Integer, pVR As %String, pItemLength As %Integer) as %Status
This method is called when an element starts
method StartItem(pTag As %Integer, pItemLength As %Integer) as %Status
This method is called when an item starts pItemLength is passed as $$$UNDEFINEDLENGTH for a delimited item
method StartSequence() as %Status
This method is called when a sequence begins

Inherited Members

Inherited Methods

FeedbackOpens in a new tab