VisitAsync
VisitAsync(DicomFile)
Asynchronously visits the entire graph of elements of the given file. The method Asynchronously visits both MetaInfo and Dataset.
public Task VisitAsync(DicomFile file)
| Parameter | Type | Description |
|---|---|---|
| file | DicomFile | A DICOM file to be visited. |
See Also
- class DicomFile
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(Dataset)
Asynchronously visits the entire graph of elements of the given dataset.
public virtual Task VisitAsync(Dataset dataset)
| Parameter | Type | Description |
|---|---|---|
| dataset | Dataset | A DICOM dataset to be visited. |
See Also
- class Dataset
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(IElement)
Asynchronously visits the element.
public virtual Task VisitAsync(IElement element)
| Parameter | Type | Description |
|---|---|---|
| element | IElement | An element to be visited. |
Remarks
This method will be called before the element runtime type based method is called.
See Also
- interface IElement
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(AttributeTag)
Asynchronously visits the AttributeTagelement.
public virtual Task VisitAsync(AttributeTag element)
| Parameter | Type | Description |
|---|---|---|
| element | AttributeTag | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class AttributeTag
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(FloatingPointDouble)
Asynchronously visits the FloatingPointDoubleelement.
public virtual Task VisitAsync(FloatingPointDouble element)
| Parameter | Type | Description |
|---|---|---|
| element | FloatingPointDouble | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class FloatingPointDouble
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(FloatingPointSingle)
Asynchronously visits the FloatingPointSingleelement.
public virtual Task VisitAsync(FloatingPointSingle element)
| Parameter | Type | Description |
|---|---|---|
| element | FloatingPointSingle | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class FloatingPointSingle
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherByte)
Asynchronously visits the OtherByteelement.
public virtual Task VisitAsync(OtherByte element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherByte | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherByte
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherDouble)
Asynchronously visits the OtherDoubleelement.
public virtual Task VisitAsync(OtherDouble element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherDouble | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherDouble
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherFloat)
Asynchronously visits the OtherFloatelement.
public virtual Task VisitAsync(OtherFloat element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherFloat | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherFloat
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherLong)
Asynchronously visits the OtherLongelement.
public virtual Task VisitAsync(OtherLong element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherVeryLong)
Asynchronously visits the OtherVeryLongelement.
public virtual Task VisitAsync(OtherVeryLong element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherVeryLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherVeryLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(OtherWord)
Asynchronously visits the OtherWordelement.
public virtual Task VisitAsync(OtherWord element)
| Parameter | Type | Description |
|---|---|---|
| element | OtherWord | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class OtherWord
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(SignedLong)
Asynchronously visits the SignedLongelement.
public virtual Task VisitAsync(SignedLong element)
| Parameter | Type | Description |
|---|---|---|
| element | SignedLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class SignedLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(SignedShort)
Asynchronously visits the SignedShortelement.
public virtual Task VisitAsync(SignedShort element)
| Parameter | Type | Description |
|---|---|---|
| element | SignedShort | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class SignedShort
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(SignedVeryLong)
Asynchronously visits the SignedVeryLongelement.
public virtual Task VisitAsync(SignedVeryLong element)
| Parameter | Type | Description |
|---|---|---|
| element | SignedVeryLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class SignedVeryLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(Unknown)
Asynchronously visits the Unknownelement.
public virtual Task VisitAsync(Unknown element)
| Parameter | Type | Description |
|---|---|---|
| element | Unknown | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class Unknown
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UnsignedLong)
Asynchronously visits the UnsignedLongelement.
public virtual Task VisitAsync(UnsignedLong element)
| Parameter | Type | Description |
|---|---|---|
| element | UnsignedLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UnsignedLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UnsignedShort)
Asynchronously visits the UnsignedShortelement.
public virtual Task VisitAsync(UnsignedShort element)
| Parameter | Type | Description |
|---|---|---|
| element | UnsignedShort | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UnsignedShort
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UnsignedVeryLong)
Asynchronously visits the UnsignedVeryLongelement.
public virtual Task VisitAsync(UnsignedVeryLong element)
| Parameter | Type | Description |
|---|---|---|
| element | UnsignedVeryLong | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UnsignedVeryLong
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(Time)
Asynchronously visits the Timeelement.
public virtual Task VisitAsync(Time element)
| Parameter | Type | Description |
|---|---|---|
| element | Time | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class Time
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UniqueIdentifier)
Asynchronously visits the UniqueIdentifierelement.
public virtual Task VisitAsync(UniqueIdentifier element)
| Parameter | Type | Description |
|---|---|---|
| element | UniqueIdentifier | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UniqueIdentifier
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UniversalResource)
Asynchronously visits the UniversalResourceelement.
public virtual Task VisitAsync(UniversalResource element)
| Parameter | Type | Description |
|---|---|---|
| element | UniversalResource | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UniversalResource
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UnlimitedCharacters)
Asynchronously visits the UnlimitedCharacterselement.
public virtual Task VisitAsync(UnlimitedCharacters element)
| Parameter | Type | Description |
|---|---|---|
| element | UnlimitedCharacters | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UnlimitedCharacters
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(AgeString)
Asynchronously visits the AgeStringelement.
public virtual Task VisitAsync(AgeString element)
| Parameter | Type | Description |
|---|---|---|
| element | AgeString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class AgeString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(ApplicationEntity)
Asynchronously visits the ApplicationEntityelement.
public virtual Task VisitAsync(ApplicationEntity element)
| Parameter | Type | Description |
|---|---|---|
| element | ApplicationEntity | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class ApplicationEntity
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(CodeString)
Asynchronously visits the CodeStringelement.
public virtual Task VisitAsync(CodeString element)
| Parameter | Type | Description |
|---|---|---|
| element | CodeString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class CodeString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(Date)
Asynchronously visits the Dateelement.
public virtual Task VisitAsync(Date element)
| Parameter | Type | Description |
|---|---|---|
| element | Date | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class Date
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(DateTime)
Asynchronously visits the DateTimeelement.
public virtual Task VisitAsync(DateTime element)
| Parameter | Type | Description |
|---|---|---|
| element | DateTime | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class DateTime
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(DecimalString)
Asynchronously visits the DecimalStringelement.
public virtual Task VisitAsync(DecimalString element)
| Parameter | Type | Description |
|---|---|---|
| element | DecimalString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class DecimalString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(IntegerString)
Asynchronously visits the IntegerStringelement.
public virtual Task VisitAsync(IntegerString element)
| Parameter | Type | Description |
|---|---|---|
| element | IntegerString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class IntegerString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(LongString)
Asynchronously visits the LongStringelement.
public virtual Task VisitAsync(LongString element)
| Parameter | Type | Description |
|---|---|---|
| element | LongString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class LongString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(LongText)
Asynchronously visits the LongTextelement.
public virtual Task VisitAsync(LongText element)
| Parameter | Type | Description |
|---|---|---|
| element | LongText | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class LongText
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(PersonName)
Asynchronously visits the PersonNameelement.
public virtual Task VisitAsync(PersonName element)
| Parameter | Type | Description |
|---|---|---|
| element | PersonName | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class PersonName
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(ShortString)
Asynchronously visits the ShortStringelement.
public virtual Task VisitAsync(ShortString element)
| Parameter | Type | Description |
|---|---|---|
| element | ShortString | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class ShortString
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(ShortText)
Asynchronously visits the ShortTextelement.
public virtual Task VisitAsync(ShortText element)
| Parameter | Type | Description |
|---|---|---|
| element | ShortText | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class ShortText
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical
VisitAsync(UnlimitedText)
Asynchronously visits the UnlimitedTextelement.
public virtual Task VisitAsync(UnlimitedText element)
| Parameter | Type | Description |
|---|---|---|
| element | UnlimitedText | An element to be visited. |
Remarks
This method will be called after the untyped equivalent for this element has been called.
See Also
- class UnlimitedText
- class AsyncWalker
- namespace Aspose.Medical.Dicom.Traversal
- assembly Aspose.Medical