public class IntravascularOCTProcessingParametersModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
IntravascularOCTProcessingParametersModule(IDataSet objIDataSet)
Creates Intravascular OCT Processing Parameters Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAlinePixelSpacing()
Retrieves A-line Pixel Spacing.
|
double |
getFirstAlineLocation()
Retrieves First A-line Location.
|
java.lang.String |
getOCTZOffsetApplied()
Retrieves OCT Z Offset Applied.
|
java.lang.String |
getPixelIntensityRelationship()
Retrieves Pixel Intensity Relationship.
|
java.lang.String |
getRefractiveIndexApplied()
Retrieves Refractive Index Applied.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
void |
setAlinePixelSpacing(double dAlinePixelSpacing)
Sets A-line Pixel Spacing.
|
void |
setFirstAlineLocation(double dFirstAlineLocation)
Sets First A-line Location.
|
void |
setOCTZOffsetApplied(EnumOCTZOffsetApplied enumOCTZOffsetApplied)
Sets OCT Z Offset Applied.
|
void |
setPixelIntensityRelationship(EnumPixelIntensityRelationship enumPixelIntensityRelationship)
Sets Pixel Intensity Relationship.
|
void |
setRefractiveIndexApplied(EnumRefractiveIndexApplied enumRefractiveIndexApplied)
Sets Refractive Index Applied.
|
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 IntravascularOCTProcessingParametersModule(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 setOCTZOffsetApplied(EnumOCTZOffsetApplied enumOCTZOffsetApplied)
enumOCTZOffsetApplied - the enum OCT Z Offset Appliedpublic java.lang.String getOCTZOffsetApplied()
public void setRefractiveIndexApplied(EnumRefractiveIndexApplied enumRefractiveIndexApplied)
enumRefractiveIndexApplied - the enum Refractive Index Appliedpublic java.lang.String getRefractiveIndexApplied()
public void setAlinePixelSpacing(double dAlinePixelSpacing)
dAlinePixelSpacing - double value of A-line Pixel Spacing.public double getAlinePixelSpacing()
public void setPixelIntensityRelationship(EnumPixelIntensityRelationship enumPixelIntensityRelationship)
enumPixelIntensityRelationship - the enum Refractive Index Appliedpublic java.lang.String getPixelIntensityRelationship()
public void setFirstAlineLocation(double dFirstAlineLocation)
dFirstAlineLocation - double value of First A-line Location.public double getFirstAlineLocation()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module