public class ImplantAssemblyTemplateModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
ImplantAssemblyTemplateModule(IDataSet objIDataSet)
Instantiates a Implant Assembly Template Module.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentAssemblySequence |
getComponentAssemblySequence()
Retrieves pre-initialized object of Component Assembly Sequence.
|
ComponentTypesSequence |
getComponentTypesSequence()
Retrieves pre-initialized object of Component Types Sequence.
|
DerivationImplantAssemblyTemplateSequence |
getDerivationImplantAssemblyTemplateSequence()
Retrieves pre-initialized object of Derivation Implant AssemblyTemplate Sequence.
|
java.lang.String |
getEffectiveDateTime()
Retrieves Effective DateTime
|
ISingleCollection<byte[]> |
getEncapsulatedDocument()
Retrieves Encapsulated Document stream, containing a document coded according to the MIME Type.
|
java.lang.String |
getImplantAssemblyTemplateIssuer()
Return Implant Assembly Template Issuer
|
java.lang.String |
getImplantAssemblyTemplateName()
Return Implant Assembly Template Name
|
ImplantAssemblyTemplateTargetAnatomySequence |
getImplantAssemblyTemplateTargetAnatomySequence()
Retrieves pre-initialized object of Implant Assembly Template TargetAnatomy Sequence.
|
java.lang.String |
getImplantAssemblyTemplateType()
Return Implant Assembly Template Type .
|
java.lang.String |
getImplantAssemblyTemplateVersion()
Return Implant Implant Assembly TemplateVersion
|
java.lang.String |
getMIMETypeOfEncapsulatedDocument()
Return MIME Type of EncapsulatedDocument
|
OriginalImplantAssemblyTemplateSequence |
getOriginalImplantAssemblyTemplateSequence()
Retrieves pre-initialized object of Original Implant AssemblyTemplate Sequence.
|
ProcedureTypeCodeSequence |
getProcedureTypeCodeSequence()
Retrieves pre-initialized object of Procedure Type Code Sequence.
|
ReplacedImplantAssemblyTemplateSequence |
getReplacedImplantAssemblyTemplateSequence()
Retrieves pre-initialized object of Replaced Implant AssemblyTemplate Sequence.
|
java.lang.String |
getSurgicalTechnique()
Return Surgical Technique
|
ISingleCollection<ITag> |
getVectorOfKeys()
Gets the vector of keys.
|
void |
setEffectiveDateTime(java.lang.String strEffectiveDateTime)
Sets Effective DateTime
|
void |
setEncapsulatedDocument(ISingleCollection<byte[]> vectEncapsulatedDocument)
Sets Encapsulated Document stream, containing a documente coded according to the MIME Type.
|
void |
setImplantAssemblyTemplateIssuer(java.lang.String strImplantAssemblyTemplateIssuer)
Sets Implant Assembly Template Issuer
|
void |
setImplantAssemblyTemplateName(java.lang.String strImplantAssemblyTemplateName)
Sets Implant Assembly Template Name.
|
void |
setImplantAssemblyTemplateType(EnumImplantAssemblyTemplateType enumImplantAssemblyTemplateType)
Sets whether the Implant Assembly Template is derived from another Instance.
|
void |
setImplantAssemblyTemplateVersion(java.lang.String strImplantAssemblyTemplateVersion)
Sets Implant Assembly TemplateVersion
|
void |
setMIMETypeOfEncapsulatedDocument(java.lang.String strMIMETypeOfEncapsulatedDocument)
Sets MIME Type of EncapsulatedDocument
|
void |
setSurgicalTechnique(java.lang.String strSurgicalTechnique)
Sets Surgical Technique
|
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 ImplantAssemblyTemplateModule(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 setEffectiveDateTime(java.lang.String strEffectiveDateTime)
strEffectiveDateTime - String value of Effective DateTimepublic java.lang.String getEffectiveDateTime()
public void setImplantAssemblyTemplateName(java.lang.String strImplantAssemblyTemplateName)
strImplantAssemblyTemplateName - String value of Implant Assembly Template Namepublic java.lang.String getImplantAssemblyTemplateName()
public void setImplantAssemblyTemplateIssuer(java.lang.String strImplantAssemblyTemplateIssuer)
strImplantAssemblyTemplateIssuer - String value of Implant Assembly Template Issuerpublic java.lang.String getImplantAssemblyTemplateIssuer()
public void setImplantAssemblyTemplateVersion(java.lang.String strImplantAssemblyTemplateVersion)
strImplantAssemblyTemplateVersion - String value of Implant Assembly Template Versionpublic java.lang.String getImplantAssemblyTemplateVersion()
public void setImplantAssemblyTemplateType(EnumImplantAssemblyTemplateType enumImplantAssemblyTemplateType)
enumImplantAssemblyTemplateType - enum value of Implant Assembly Template Type .public java.lang.String getImplantAssemblyTemplateType()
public void setSurgicalTechnique(java.lang.String strSurgicalTechnique)
strSurgicalTechnique - String value of Surgical Techniquepublic java.lang.String getSurgicalTechnique()
public void setMIMETypeOfEncapsulatedDocument(java.lang.String strMIMETypeOfEncapsulatedDocument)
strMIMETypeOfEncapsulatedDocument - String value of MIME Type of EncapsulatedDocumentpublic java.lang.String getMIMETypeOfEncapsulatedDocument()
public void setEncapsulatedDocument(ISingleCollection<byte[]> vectEncapsulatedDocument)
vectEncapsulatedDocument - collection of byte array of Encapsulated Documentpublic ISingleCollection<byte[]> getEncapsulatedDocument()
public ReplacedImplantAssemblyTemplateSequence getReplacedImplantAssemblyTemplateSequence()
public OriginalImplantAssemblyTemplateSequence getOriginalImplantAssemblyTemplateSequence()
public DerivationImplantAssemblyTemplateSequence getDerivationImplantAssemblyTemplateSequence()
public ImplantAssemblyTemplateTargetAnatomySequence getImplantAssemblyTemplateTargetAnatomySequence()
public ProcedureTypeCodeSequence getProcedureTypeCodeSequence()
public ComponentTypesSequence getComponentTypesSequence()
public ComponentAssemblySequence getComponentAssemblySequence()
public ISingleCollection<ITag> getVectorOfKeys()
ModulegetVectorOfKeys in class Module