Skip to content

Commit

Permalink
Updated modifyFlow doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed May 25, 2017
1 parent e7a6ee2 commit b825b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/se/nimsa/dcm4che/streams/DicomFlows.scala
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ object DicomFlows {
case class TagModification(tag: Int, modification: ByteString => ByteString, insert: Boolean)

/**
* Simple transformation flow for inserting or overwriting the values of specified attributes. Only modifies or
* Simple modification flow for inserting or overwriting the values of specified attributes. Only modifies or
* inserts attributes in the root dataset, not inside sequences. When inserting a new attribute, the corresponding
* transform will be called with an empty `ByteString`.
* modification function will be called with an empty `ByteString`.
*
* @param modifications Any number of `TagModification`s each specifying a tag number, a modification function, and
* a Boolean indicating whether absent values will be inserted or skipped.
Expand Down

0 comments on commit b825b1c

Please sign in to comment.