GetValues

GetValues<T>()

public Span<T> GetValues<T>()

Exceptions

exceptioncondition
MedicalApiExceptionSequence can only return Dataset as a value.

See Also


GetValues()

Returns the element’s values.

public Span<Dataset> GetValues()

Return Value

The element’s data.

See Also


GetValues<T>(Range)

public Span<T> GetValues<T>(Range range)

Exceptions

exceptioncondition
MedicalApiExceptionSequence can only return Dataset as a value.

See Also


GetValues(Range)

Returns the element’s values at the specified range.

public Span<Dataset> GetValues(Range range)
ParameterTypeDescription
rangeRangeThe range of the element values to retrieve.

Return Value

The element’s data.

See Also