Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.DataAccessLayer Namespace > IWorkstationDataAccessAgent Interface : StoreAnnotationObject Method |
AnnotationIdentifier StoreAnnotationObject( string sopInstanceUID, string storageFile, string description )
'Declaration Function StoreAnnotationObject( _ ByVal sopInstanceUID As String, _ ByVal storageFile As String, _ ByVal description As String _ ) As AnnotationIdentifier
'Usage Dim instance As IWorkstationDataAccessAgent Dim sopInstanceUID As String Dim storageFile As String Dim description As String Dim value As AnnotationIdentifier value = instance.StoreAnnotationObject(sopInstanceUID, storageFile, description)
AnnotationIdentifier* StoreAnnotationObject( string* sopInstanceUID, string* storageFile, string* description )
AnnotationIdentifier^ StoreAnnotationObject( String^ sopInstanceUID, String^ storageFile, String^ description )