16 lines
435 B
TypeScript
16 lines
435 B
TypeScript
import viewCodeAttribute from './viewCode';
|
|
import lateralityAttribute from './laterality';
|
|
import registerHangingProtocolAttributes from './registerHangingProtocolAttributes';
|
|
import hpMammography from './hpMammo';
|
|
import hpMNGrid from './hpMNGrid';
|
|
import hpCompare from './hpCompare';
|
|
|
|
export {
|
|
viewCodeAttribute,
|
|
lateralityAttribute,
|
|
hpMammography as hpMammo,
|
|
hpMNGrid,
|
|
hpCompare,
|
|
registerHangingProtocolAttributes,
|
|
};
|