Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Medical.ExternalStore.DataAccessLayer Namespace > IExternalStoreDataAccessAgent Interface : SetInstanceExternalStored Method |
void SetInstanceExternalStored( string sopInstanceUid, string externalStoreGuid, string storeToken, DateTime storeDate, Nullable<DateTime> expireDate )
'Declaration Sub SetInstanceExternalStored( _ ByVal sopInstanceUid As String, _ ByVal externalStoreGuid As String, _ ByVal storeToken As String, _ ByVal storeDate As Date, _ ByVal expireDate As Nullable(Of Date) _ )
'Usage Dim instance As IExternalStoreDataAccessAgent Dim sopInstanceUid As String Dim externalStoreGuid As String Dim storeToken As String Dim storeDate As Date Dim expireDate As Nullable(Of Date) instance.SetInstanceExternalStored(sopInstanceUid, externalStoreGuid, storeToken, storeDate, expireDate)
void SetInstanceExternalStored( String^ sopInstanceUid, String^ externalStoreGuid, String^ storeToken, DateTime storeDate, Nullable<DateTime> expireDate )