| MedicalHelperExampleDicomAnnotation Method  | 
            Returns a collection of DicomInfo annotation nodes for Open Inventor medical examples.
            This method is not important for customer applications, but the technique
            can be useful for adding annotation text to an application window. 
            
 
Namespace: OIV.Medical.HelpersAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2025.2.0.Release.d1acdfb623bbaf7982dff84bc1859f85fbf21864
Syntaxpublic static SoNode ExampleDicomAnnotation(
	string filename
)
Public Shared Function ExampleDicomAnnotation ( 
	filename As String
) As SoNode
public:
static SoNode^ ExampleDicomAnnotation(
	String^ filename
)
static member ExampleDicomAnnotation : 
        filename : string -> SoNode 
Parameters
- filename
 - Type: SystemString
 Path to a DICOM file from which info will be extracted 
Return Value
Type: 
SoNode
See Also