public interface MCbulkDataUriProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
provideData(MCattributeSet attrSet,
int tag,
MCvr vr,
java.lang.String uri)
Receive a BulkDataURI from parsing XML native or JSON.
|
java.lang.String |
provideUri(MCattributeSet attrSet,
int tag,
MCvr vr)
Send a BulkDataURI instead of actual bulk data.
|
java.lang.Object provideData(MCattributeSet attrSet, int tag, MCvr vr, java.lang.String uri)
For JSON stream with multiple data sets MCattributeSet.readAttributeSetsFromJSON,
the parameter attrSet is used to identify the current data set in process. For any other API,
the attrSet value is a temporary variable supplied only for consistency of the interface,
user shouldn't use the attrSet value in this case.
attrSet - Only valid for MCattributeSet.readAttributeSetsFromJSON
method and identifies the current data set in processtag - The attribute tagvr - The attribute value representationuri - The received urijava.lang.String provideUri(MCattributeSet attrSet, int tag, MCvr vr)
For JSON stream with multiple data sets MCattributeSet.writeAttributeSetsToJSON,
the parameter attrSet is used to identify the current data set in process. For any other API,
the attrSet value is a temporary variable supplied only for consistency of the interface,
user shouldn't use the attrSet value in this case.
attrSet - Identifies the current data set in processtag - The attribute tagvr - The attribute value representation