public class GenericImplantTemplate3DModelsModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
GenericImplantTemplate3DModelsModule(IDataSet objIDataSet)
Instantiates a GenericImplantTemplate3DModelsModule.
|
| Modifier and Type | Method and Description |
|---|---|
short[] |
getImplantTemplate3DModelSurfaceNumber()
Retrieves Surface Number (0066,0003) of the surface that represents the shape of the entire implant.
|
SurfaceModelDescriptionSequence |
getSurfaceModelDescriptionSequence()
Retrieves pre-initialized object of Surface Model Description Sequence.
|
double |
getSurfaceModelScalingFactor()
Retrieves the Scaling factor (mm/Surface unit)
|
ISingleCollection<ITag> |
getVectorOfKeys()
Gets the vector of keys.
|
void |
setImplantTemplate3DModelSurfaceNumber(short[] arrShImplantTemplate3DModelSurfaceNumber)
Sets Surface Number (0066,0003) of the surface that represents the shape of the entire implant.
|
void |
setSurfaceModelScalingFactor(double dblSurfaceModelScalingFactor)
Sets the Scaling factor (mm/Surface unit)
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public GenericImplantTemplate3DModelsModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setImplantTemplate3DModelSurfaceNumber(short[] arrShImplantTemplate3DModelSurfaceNumber)
public short[] getImplantTemplate3DModelSurfaceNumber()
public SurfaceModelDescriptionSequence getSurfaceModelDescriptionSequence()
public void setSurfaceModelScalingFactor(double dblSurfaceModelScalingFactor)
dblSurfaceModelScalingFactor - Double value of Scaling factor (mm/Surface unit)public double getSurfaceModelScalingFactor()
public ISingleCollection<ITag> getVectorOfKeys()
ModulegetVectorOfKeys in class Module