DVTk API
GetDicomStoreDataFilename Method (fromActorName, index)
DVTkDvtk.IheActors.ActorsImageDisplayActorGetDicomStoreDataFilename(ActorName, Int32)
DVTk API

[This is preliminary documentation and is subject to change.]

Get the name of the indexed file in the DICOM Storage Directory fromActorName. The filename can then be used to further access the file.
Declaration Syntax
C#Visual BasicVisual C++
public string GetDicomStoreDataFilename(
	ActorName fromActorName,
	int index
)
Public Function GetDicomStoreDataFilename ( _
	fromActorName As ActorName, _
	index As Integer _
) As String
public:
String^ GetDicomStoreDataFilename(
	ActorName^ fromActorName, 
	int index
)
Parameters
fromActorName (ActorName)
From actor name.
index (Int32)
Zero based index from directory System.IO.FileInfo[].
Return Value
Full filename for indexed DICOM file.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0