Ranaming DICOMTagDescriptions viewerbase module
This commit is contained in:
parent
0be2f5887a
commit
5346f20329
@ -165,7 +165,7 @@ import { sopClassDictionary } from './lib/sopClassDictionary';
|
||||
Viewerbase.sopClassDictionary = sopClassDictionary;
|
||||
|
||||
// dicomTagDescriptions
|
||||
import { DICOMTagDescriptions } from './lib/dicomTagDescriptions';
|
||||
import { DICOMTagDescriptions } from './lib/DICOMTagDescriptions';
|
||||
Viewerbase.DICOMTagDescriptions = DICOMTagDescriptions;
|
||||
|
||||
/**
|
||||
|
||||
@ -8,7 +8,7 @@ export class StudyMetadata extends Metadata {
|
||||
super(data);
|
||||
// Initialize Private Properties
|
||||
Object.defineProperties(this, {
|
||||
__studyInstanceUID: {
|
||||
_studyInstanceUID: {
|
||||
configurable: true, // configurable so that it can be redefined in sub-classes...
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
|
||||
@ -33,7 +33,7 @@ class StudySummary {
|
||||
|
||||
/**
|
||||
* This function is supposed to translate external property names into internal property names.
|
||||
* By default it implements the simplest translation possible. For
|
||||
* By default it implements the simplest translation possible.
|
||||
*/
|
||||
getInternalPropertyName(propertyName) {
|
||||
return propertyName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user