provideData
java.lang.Object provideData(com.merge.mcw.MCattributeSet attrSet,
int tag,
com.merge.mcw.MCvr vr,
java.lang.String uri,
java.lang.Object data)
IMCbulkDataHandler
is an extension of MCbulkDataUriProvider
.
The interface implementation should provide the data by returning an array of data according to the VR type
(either by retrieving the data from the URI location or from the data associated with URI)
If implementation returns null, the incoming attribute will contain a ValueLength of 0
(i.e. attribute in message but zero value length).
- Parameters:
attrSet
- Identifies the current MCattributeSet
attribute set in process
tag
- The attribute tag
vr
- The attribute representation
uri
- The received uri
data
- The data associated with the received bulk data URI
- Returns:
- The data according to VR type