public class SynchronizationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
SynchronizationModule(IDataSet objIDataSet)
Instantiates a new synchronization module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionTimeSynchronized()
Returns Acquisition Datetime (0008,002A) synchronized with external time reference.
|
java.lang.String |
getNTPSourceAddress()
Returns IP Address of NTP time source.
|
short[] |
getSynchronizationChannel()
Returns Identifier of waveform channel that records the synchronization channel or trigger.
|
java.lang.String |
getSynchronizationFrameOfReferenceUID()
Returns UID of common synchronization environment.
|
java.lang.String |
getSynchronizationTrigger()
Returns Data acquisition synchronization with external equipment.
|
java.lang.String |
getTimeDistributionProtocol()
Returns Method of time distribution used to synchronize this equipment.
|
java.lang.String |
getTimeSource()
Returns ID of equipment or system providing time reference.
|
java.lang.String |
getTriggerSourceOrType()
Returns Specifies equipment ID of trigger source and/or type of trigger.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setAcquisitionTimeSynchronized(EnumAcquisitionTimeSynchronized enumAcquisitionTimeSynchronized)
Sets Acquisition Datetime (0008,002A) synchronized with external time reference.
|
void |
setNTPSourceAddress(java.lang.String strNTPSourceAddress)
Sets IP Address of NTP time source.
|
void |
setSynchronizationChannel(short[] arrShSynchronizationChannel)
Sets Identifier of waveform channel that records the synchronization channel or trigger.
|
void |
setSynchronizationFrameOfReferenceUID(java.lang.String strSynchronizationFrameOfReferenceUID)
Sets UID of common synchronization environment.A set of equipment may share a common
acquisition synchronization environment, which is identified by a Synchronization
Frame of Reference UID.
|
void |
setSynchronizationTrigger(EnumSynchronizationTrigger enumSynchronizationTrigger)
Sets Data acquisition synchronization with external equipment.
|
void |
setTimeDistributionProtocol(EnumTimeDistributionProtocol enumTimeDistributionProtocol)
Sets Method of time distribution used to synchronize this equipment.
|
void |
setTimeSource(java.lang.String strTimeSource)
Sets ID of equipment or system providing time reference.
|
void |
setTriggerSourceOrType(java.lang.String strTriggerSourceOrType)
Sets value that Specifies equipment ID of trigger source and/or type of trigger.
|
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 SynchronizationModule(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 setSynchronizationFrameOfReferenceUID(java.lang.String strSynchronizationFrameOfReferenceUID)
strSynchronizationFrameOfReferenceUID - - String valuer of Synchronization Frame of Reference UIDpublic void setSynchronizationTrigger(EnumSynchronizationTrigger enumSynchronizationTrigger)
enumSynchronizationTrigger - - Enum value of Synchronization Trigger.public void setTriggerSourceOrType(java.lang.String strTriggerSourceOrType)
strTriggerSourceOrType - - String value of Trigger Source or Typepublic void setSynchronizationChannel(short[] arrShSynchronizationChannel)
arrShSynchronizationChannel - - short array of Synchronization Channelpublic void setAcquisitionTimeSynchronized(EnumAcquisitionTimeSynchronized enumAcquisitionTimeSynchronized)
enumAcquisitionTimeSynchronized - - enum value of Acquisition Time Synchronizedpublic void setTimeSource(java.lang.String strTimeSource)
strTimeSource - - String value of Time Sourcepublic void setTimeDistributionProtocol(EnumTimeDistributionProtocol enumTimeDistributionProtocol)
enumTimeDistributionProtocol - the enum time distribution protocolpublic void setNTPSourceAddress(java.lang.String strNTPSourceAddress)
strNTPSourceAddress - - String value of NTP Source Addresspublic java.lang.String getSynchronizationFrameOfReferenceUID()
public java.lang.String getSynchronizationTrigger()
public java.lang.String getTriggerSourceOrType()
public short[] getSynchronizationChannel()
public java.lang.String getAcquisitionTimeSynchronized()
public java.lang.String getTimeSource()
public java.lang.String getTimeDistributionProtocol()
public java.lang.String getNTPSourceAddress()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module