Skip to content

Commit

Permalink
Minor fixes in comments / documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jriesmeier committed Jan 6, 2023
1 parent e7e78ae commit a2afc8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dcmwlm/docs/wlmscpfs.man
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ As return keys the following attributes are currently supported by \b wlmscpfs:
(0008,0050) AccessionNumber
(0008,0080) InstitutionName
(0008,0081) InstitutionAddress
(0008,1040)​ Institutional Department Name
(0008,1040) InstitutionalDepartmentName
(0008,0090) ReferringPhysicianName
(0008,1080) AdmittingDiagnosesDescription
(0008,1110) ReferencedStudySequence
Expand Down Expand Up @@ -514,6 +514,6 @@ It is an error if no data dictionary can be loaded.

\section wlmscpfs_copyright COPYRIGHT

Copyright (C) 1996-2022 by OFFIS e.V., Escherweg 2, 26121 Oldenburg, Germany.
Copyright (C) 1996-2023 by OFFIS e.V., Escherweg 2, 26121 Oldenburg, Germany.

*/
3 changes: 2 additions & 1 deletion dcmwlm/include/dcmtk/dcmwlm/wlds.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 1996-2022, OFFIS e.V.
* Copyright (C) 1996-2023, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down Expand Up @@ -216,6 +216,7 @@ class DCMTK_DCMWLM_EXPORT WlmDataSource
* DCM_AdditionalPatientHistory (0010,21b0) LT O 3 (from the Patient Medical Module)
* DCM_LastMenstrualDate (0010,21d0) DA O 3 (from the Patient Medical Module)
* DCM_InstitutionAddress (0008,0081) ST O 3 (from the Visit Identification Module)
* DCM_InstitutionalDepartmentName (0008,1040) LO O 3 (from the Visit Identification Module)
* DCM_OtherPatientNames (0010,1001) PN O 3 (from the Patient Identification Module)
* DCM_PatientAddress (0010,1040) LO O 3 (from the Patient Demographic Module)
* DCM_MilitaryRank (0010,1080) LO O 3 (from the Patient Demographic Module)
Expand Down
2 changes: 1 addition & 1 deletion dcmwlm/libsrc/wlds.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 1996-2022, OFFIS e.V.
* Copyright (C) 1996-2023, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down
6 changes: 3 additions & 3 deletions dcmwlm/libsrc/wlfsim.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright (C) 1996-2022, OFFIS e.V.
* Copyright (C) 1996-2023, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
Expand Down Expand Up @@ -436,13 +436,13 @@ OFBool WlmFileSystemInteractionManager::DatasetIsComplete( DcmDataset *dataset )
// > ScheduledProcedureStepStartTime (0040,0003) 1
// > Modality (0008,0060) 1
// > ScheduledProcedureStepDescription (0040,0007) 1C (The ScheduledProcedureStepDescription (0040,0007) or the ScheduledProtocolCodeSequence (0040,0008) or both shall be supported by the SCP; we actually support both, so we have to check if at least one of the two attributes contains valid information.)
// > ScheduledProtocolCodeSequence (0040,0008) 1C (see abobve)
// > ScheduledProtocolCodeSequence (0040,0008) 1C (see above)
// > > CodeValue (0008,0100) 1
// > > CodingSchemeDesignator (0008,0102) 1
// > ScheduledProcedureStepID (0040,0009) 1
// RequestedProcedureID (0040,1001) 1
// RequestedProcedureDescription (0032,1060) 1C (The RequestedProcedureDescription (0032,1060) or the RequestedProcedureCodeSequence (0032,1064) or both shall be supported by the SCP; we actually support both, so we have to check if at least one of the two attributes contains valid information.)
// RequestedProcedureCodeSequence (0032,1064) 1C (see abobve)
// RequestedProcedureCodeSequence (0032,1064) 1C (see above)
// > > CodeValue (0008,0100) 1
// > > CodingSchemeDesignator (0008,0102) 1
// StudyInstanceUID (0020,000D) 1
Expand Down

0 comments on commit a2afc8e

Please sign in to comment.