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)
ParameterTypeDescription
fileDicomFileA DICOM file to be visited.

See Also


VisitAsync(Dataset)

Asynchronously visits the entire graph of elements of the given dataset.

public virtual Task VisitAsync(Dataset dataset)
ParameterTypeDescription
datasetDatasetA DICOM dataset to be visited.

See Also


VisitAsync(IElement)

Asynchronously visits the element.

public virtual Task VisitAsync(IElement element)
ParameterTypeDescription
elementIElementAn element to be visited.

Remarks

This method will be called before the element runtime type based method is called.

See Also


VisitAsync(AttributeTag)

Asynchronously visits the AttributeTagelement.

public virtual Task VisitAsync(AttributeTag element)
ParameterTypeDescription
elementAttributeTagAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(FloatingPointDouble)

Asynchronously visits the FloatingPointDoubleelement.

public virtual Task VisitAsync(FloatingPointDouble element)
ParameterTypeDescription
elementFloatingPointDoubleAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(FloatingPointSingle)

Asynchronously visits the FloatingPointSingleelement.

public virtual Task VisitAsync(FloatingPointSingle element)
ParameterTypeDescription
elementFloatingPointSingleAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherByte)

Asynchronously visits the OtherByteelement.

public virtual Task VisitAsync(OtherByte element)
ParameterTypeDescription
elementOtherByteAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherDouble)

Asynchronously visits the OtherDoubleelement.

public virtual Task VisitAsync(OtherDouble element)
ParameterTypeDescription
elementOtherDoubleAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherFloat)

Asynchronously visits the OtherFloatelement.

public virtual Task VisitAsync(OtherFloat element)
ParameterTypeDescription
elementOtherFloatAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherLong)

Asynchronously visits the OtherLongelement.

public virtual Task VisitAsync(OtherLong element)
ParameterTypeDescription
elementOtherLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherVeryLong)

Asynchronously visits the OtherVeryLongelement.

public virtual Task VisitAsync(OtherVeryLong element)
ParameterTypeDescription
elementOtherVeryLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(OtherWord)

Asynchronously visits the OtherWordelement.

public virtual Task VisitAsync(OtherWord element)
ParameterTypeDescription
elementOtherWordAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(SignedLong)

Asynchronously visits the SignedLongelement.

public virtual Task VisitAsync(SignedLong element)
ParameterTypeDescription
elementSignedLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(SignedShort)

Asynchronously visits the SignedShortelement.

public virtual Task VisitAsync(SignedShort element)
ParameterTypeDescription
elementSignedShortAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(SignedVeryLong)

Asynchronously visits the SignedVeryLongelement.

public virtual Task VisitAsync(SignedVeryLong element)
ParameterTypeDescription
elementSignedVeryLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(Unknown)

Asynchronously visits the Unknownelement.

public virtual Task VisitAsync(Unknown element)
ParameterTypeDescription
elementUnknownAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UnsignedLong)

Asynchronously visits the UnsignedLongelement.

public virtual Task VisitAsync(UnsignedLong element)
ParameterTypeDescription
elementUnsignedLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UnsignedShort)

Asynchronously visits the UnsignedShortelement.

public virtual Task VisitAsync(UnsignedShort element)
ParameterTypeDescription
elementUnsignedShortAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UnsignedVeryLong)

Asynchronously visits the UnsignedVeryLongelement.

public virtual Task VisitAsync(UnsignedVeryLong element)
ParameterTypeDescription
elementUnsignedVeryLongAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(Time)

Asynchronously visits the Timeelement.

public virtual Task VisitAsync(Time element)
ParameterTypeDescription
elementTimeAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UniqueIdentifier)

Asynchronously visits the UniqueIdentifierelement.

public virtual Task VisitAsync(UniqueIdentifier element)
ParameterTypeDescription
elementUniqueIdentifierAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UniversalResource)

Asynchronously visits the UniversalResourceelement.

public virtual Task VisitAsync(UniversalResource element)
ParameterTypeDescription
elementUniversalResourceAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UnlimitedCharacters)

Asynchronously visits the UnlimitedCharacterselement.

public virtual Task VisitAsync(UnlimitedCharacters element)
ParameterTypeDescription
elementUnlimitedCharactersAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(AgeString)

Asynchronously visits the AgeStringelement.

public virtual Task VisitAsync(AgeString element)
ParameterTypeDescription
elementAgeStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(ApplicationEntity)

Asynchronously visits the ApplicationEntityelement.

public virtual Task VisitAsync(ApplicationEntity element)
ParameterTypeDescription
elementApplicationEntityAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(CodeString)

Asynchronously visits the CodeStringelement.

public virtual Task VisitAsync(CodeString element)
ParameterTypeDescription
elementCodeStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(Date)

Asynchronously visits the Dateelement.

public virtual Task VisitAsync(Date element)
ParameterTypeDescription
elementDateAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(DateTime)

Asynchronously visits the DateTimeelement.

public virtual Task VisitAsync(DateTime element)
ParameterTypeDescription
elementDateTimeAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(DecimalString)

Asynchronously visits the DecimalStringelement.

public virtual Task VisitAsync(DecimalString element)
ParameterTypeDescription
elementDecimalStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(IntegerString)

Asynchronously visits the IntegerStringelement.

public virtual Task VisitAsync(IntegerString element)
ParameterTypeDescription
elementIntegerStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(LongString)

Asynchronously visits the LongStringelement.

public virtual Task VisitAsync(LongString element)
ParameterTypeDescription
elementLongStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(LongText)

Asynchronously visits the LongTextelement.

public virtual Task VisitAsync(LongText element)
ParameterTypeDescription
elementLongTextAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(PersonName)

Asynchronously visits the PersonNameelement.

public virtual Task VisitAsync(PersonName element)
ParameterTypeDescription
elementPersonNameAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(ShortString)

Asynchronously visits the ShortStringelement.

public virtual Task VisitAsync(ShortString element)
ParameterTypeDescription
elementShortStringAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(ShortText)

Asynchronously visits the ShortTextelement.

public virtual Task VisitAsync(ShortText element)
ParameterTypeDescription
elementShortTextAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also


VisitAsync(UnlimitedText)

Asynchronously visits the UnlimitedTextelement.

public virtual Task VisitAsync(UnlimitedText element)
ParameterTypeDescription
elementUnlimitedTextAn element to be visited.

Remarks

This method will be called after the untyped equivalent for this element has been called.

See Also