'Declaration Public Function GetSeriesIdentifiers( _
ByVal studyIdentifierThe study identifier.As System.String _
) As System.Collections.Generic.IList(Of String)
public System.Collections.Generic.IList<string> GetSeriesIdentifiers(
System.String studyIdentifier
)
public: System.Collections.Generic.IList<string*>* GetSeriesIdentifiers(
System.String studyIdentifier
)
public:
System.Collections.Generic.IList<string^>^ GetSeriesIdentifiers(
System.String studyIdentifier
)
Parameters
- studyIdentifier
- The study identifier.
Return Value
An array that contains the series identifiers.