public class GenericImplantTemplateDescriptionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
GenericImplantTemplateDescriptionModule(IDataSet objIDataSet)
Instantiates a new Generic Implant Template Description Module
|
| Modifier and Type | Method and Description |
|---|---|
CoatingMaterialsCodeSequence |
getCoatingMaterialsCodeSequence()
Retrieves pre-initialized object of CoatingMaterialsCodeSequence.
|
DerivationImplantTemplateSequence |
getDerivationImplantTemplateSequence()
Retrieves pre-initialized object of Derivation Implant Template Sequence.
|
java.lang.String |
getEffectiveDateTime()
Retrieves Effective DateTime
|
FixationMethodCodeSequence |
getFixationMethodCodeSequence()
Retrieves pre-initialized object of FixationMethodCodeSequence.
|
java.lang.String |
getFrameOfReferenceUID()
Retrieves a Frame of Reference UID
|
java.lang.String |
getImplantName()
Return Implant Name
|
java.lang.String |
getImplantPartNumber()
Return Implant Part Number
|
ImplantRegulatoryDisapprovalCodeSequence |
getImplantRegulatoryDisapprovalCodeSequence()
Retrieves pre-initialized object of ImplantRegulatoryDisapprovalCodeSequence.
|
java.lang.String |
getImplantSize()
Return Implant Size
|
ImplantTargetAnatomySequence |
getImplantTargetAnatomySequence()
Retrieves pre-initialized object of Implant TargetAnatomy Sequence.
|
java.lang.String |
getImplantTemplateVersion()
Return Implant Template Version
|
java.lang.String |
getImplantType()
Return Implant Type
|
ImplantTypeCodeSequence |
getImplantTypeCodeSequence()
Retrieves pre-initialized object of ImplantTypeCodeSequence.
|
InformationFromManufacturerSequence |
getInformationFromManufacturerSequence()
Retrieves pre-initialized object of InformationFromManufacturerSequence.
|
java.lang.String |
getManufacturer()
Return Manufacturer
|
MaterialsCodeSequence |
getMaterialsCodeSequence()
Retrieves pre-initialized object of MaterialsCodeSequence.
|
NotificationFromManufacturerSequence |
getNotificationFromManufacturerSequence()
Retrieves pre-initialized object of NotificationFromManufacturerSequence.
|
OriginalImplantTemplateSequence |
getOriginalImplantTemplateSequence()
Retrieves pre-initialized object of Original Implant Template Sequence.
|
double |
getOverallTemplateSpatialTolerance()
Retrieves OverallTemplateSpatialTolerance
|
ReplacedImplantTemplateSequence |
getReplacedImplantTemplateSequence()
Retrieves pre-initialized object of Replaced Implant Template Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements
that belong to this module.
|
void |
setEffectiveDateTime(java.lang.String strEffectiveDateTime)
Sets Effective DateTime
|
void |
setFrameOfReferenceUID(java.lang.String strFrameOfReferenceUID)
Sets a Frame of Reference UID
|
void |
setImplantName(java.lang.String strImplantName)
Sets Implant Name
|
void |
setImplantPartNumber(java.lang.String strImplantSize)
Sets Implant Part Number
|
void |
setImplantSize(java.lang.String strImplantSize)
Sets Implant Size
|
void |
setImplantTemplateVersion(java.lang.String strImplantTemplateVersion)
Sets Implant Template Version
|
void |
setImplantType(EnumImplantType enumImplantType)
Sets whether the Implant Template is derived from nother Implant Template.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets Manufacturer
|
void |
setOverallTemplateSpatialTolerance(double dblOverallTemplateSpatialTolerance)
Sets the OverallTemplateSpatialTolerance
|
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 GenericImplantTemplateDescriptionModule(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 setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Manufacturerpublic java.lang.String getManufacturer()
public void setFrameOfReferenceUID(java.lang.String strFrameOfReferenceUID)
strFrameOfReferenceUID - String value of Frame of Reference UIDpublic java.lang.String getFrameOfReferenceUID()
public void setImplantName(java.lang.String strImplantName)
strImplantName - String value of Implant Namepublic java.lang.String getImplantName()
public void setImplantSize(java.lang.String strImplantSize)
strImplantSize - String value of Implant Sizepublic java.lang.String getImplantSize()
public void setImplantPartNumber(java.lang.String strImplantSize)
strImplantPartNumber - String value of ImplantPartNumberpublic java.lang.String getImplantPartNumber()
public void setImplantTemplateVersion(java.lang.String strImplantTemplateVersion)
strImplantTemplateVersion - String value of ImplantTemplateVersionpublic java.lang.String getImplantTemplateVersion()
public void setImplantType(EnumImplantType enumImplantType)
enumImplantType - enum value of Setup Device Type.public java.lang.String getImplantType()
public void setEffectiveDateTime(java.lang.String strEffectiveDateTime)
strEffectiveDateTime - String value of Effective DateTimepublic java.lang.String getEffectiveDateTime()
public void setOverallTemplateSpatialTolerance(double dblOverallTemplateSpatialTolerance)
dblOverallTemplateSpatialTolerance - Double value of OverallTemplateSpatialTolerancepublic double getOverallTemplateSpatialTolerance()
public ReplacedImplantTemplateSequence getReplacedImplantTemplateSequence()
public OriginalImplantTemplateSequence getOriginalImplantTemplateSequence()
public DerivationImplantTemplateSequence getDerivationImplantTemplateSequence()
public ImplantTargetAnatomySequence getImplantTargetAnatomySequence()
public NotificationFromManufacturerSequence getNotificationFromManufacturerSequence()
public InformationFromManufacturerSequence getInformationFromManufacturerSequence()
public ImplantRegulatoryDisapprovalCodeSequence getImplantRegulatoryDisapprovalCodeSequence()
public MaterialsCodeSequence getMaterialsCodeSequence()
public CoatingMaterialsCodeSequence getCoatingMaterialsCodeSequence()
public ImplantTypeCodeSequence getImplantTypeCodeSequence()
public FixationMethodCodeSequence getFixationMethodCodeSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module