public class ParticipantSequenceItem extends IdentifiedPersonorDeviceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParticipationDateTime()
Retrieves Participation DateTime
|
java.lang.String |
getParticipationType()
Return type of Participation.
|
void |
setParticipationDateTime(java.lang.String strParticipationDateTime)
Sets Date and Time of Participation.
|
void |
setParticipationType(EnumParticipationType enumParticipationType)
Sets type of Participation
Defined Terms:
1) SOURCE.
|
boolean |
validateForModule()
Validates all the attributes in ParticipantSequenceItem that are present in the DataSet
|
getIdentifiedPersonorDeviceMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class IdentifiedPersonorDeviceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setParticipationType(EnumParticipationType enumParticipationType)
enumParticipationType - enum value of Participation Type.public java.lang.String getParticipationType()
public void setParticipationDateTime(java.lang.String strParticipationDateTime)
strParticipationDateTime - String value of Participation DateTimepublic java.lang.String getParticipationDateTime()