public class EnhancedUSSeriesModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
EnhancedUSSeriesModule(IDataSet objIDataSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModality()
Retrieves type of the value encoded in this Item
|
PerformedProtocolCodeSequence |
getPerformedProtocolCodeSequence()
This method provides the pre-initialized object of Performed Protocol Code Sequence.
|
java.lang.String |
getPerformedProtocolType()
Retrieves the PerformedProtocolType
|
ReferencedPerformedProcedureStepSequence |
getReferencedPerformedProcedureStepSequence()
This method provides the pre-initialized object of Referenced Performed Procedure Step Sequence.
|
void |
setModality(EnumModality enumModality)
Sets the Modality Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setPerformedProtocolType(EnumPerformedProtocolType enumPerformedProtocolType)
Sets PerformedProtocolType
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, getVectorOfKeys, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public EnhancedUSSeriesModule(IDataSet objIDataSet)
public boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setModality(EnumModality enumModality)
enumModality - Specifies type of the value encoded in this Itempublic java.lang.String getModality()
public ReferencedPerformedProcedureStepSequence getReferencedPerformedProcedureStepSequence()
public PerformedProtocolCodeSequence getPerformedProtocolCodeSequence()
public void setPerformedProtocolType(EnumPerformedProtocolType enumPerformedProtocolType)
enumPerformedProtocolType - - Enum value PerformedProtocolTypepublic java.lang.String getPerformedProtocolType()