summaryrefslogtreecommitdiffstats
path: root/dcmihandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dcmihandler.hpp')
-rw-r--r--dcmihandler.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/dcmihandler.hpp b/dcmihandler.hpp
index c64e56b..de0d82f 100644
--- a/dcmihandler.hpp
+++ b/dcmihandler.hpp
@@ -96,6 +96,12 @@ void readAssetTagObjectTree(dcmi::assettag::ObjectTree& objectTree);
*/
std::string readAssetTag();
+/** @brief Write the asset tag to the asset tag DBUS property
+ *
+ * @param[in] assetTag - Asset Tag to be written to the property.
+ */
+void writeAssetTag(const std::string& assetTag);
+
} // namespace dcmi
#endif
OpenPOWER on IntegriCloud