Skip to content

Commit

Permalink
Added necessary mixin for logging to work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-exini committed Mar 11, 2021
1 parent 5e8cda3 commit 831edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dicom-flows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export function toUtf8Flow(): any {
collectFromTagPathsFlow([TagTree.fromTag(Tag.SpecificCharacterSet)], 'toutf8'),
modifyFlow([], [new TagInsertion(TagPath.fromTag(Tag.SpecificCharacterSet), () => Buffer.from('ISO_IR 192'))]),
createFlow(
new (class extends GroupLengthWarnings(IdentityFlow) {
new (class extends GroupLengthWarnings(InFragments(IdentityFlow)) {
private characterSets: CharacterSets = defaultCharacterSet;
private currentHeader: HeaderPart;
private currentValue: Buffer = emptyBuffer;
Expand Down

0 comments on commit 831edd9

Please sign in to comment.