DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / OnImport Method
The DicomDataset within the presentation state representing this particular label



In This Topic
    OnImport Method
    In This Topic
    Allows control of Import of objects derived from a DicomLabel
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnImport( _
       ByVal LabelDataSet As DicomDataSet _
    ) 
    'Usage
     
    
    Dim instance As DicomLabel
    Dim LabelDataSet As DicomDataSet
     
    instance.OnImport(LabelDataSet)
    public virtual void OnImport( 
       DicomDataSet LabelDataSet
    )
    public:
    virtual void OnImport( 
       DicomDataSet^ LabelDataSet
    ) 

    Parameters

    LabelDataSet
    The DicomDataset within the presentation state representing this particular label
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also