public class ScheduledHumanPerformersSequenceItem extends Item
ScheduledHumanPerformersSequence.| Modifier and Type | Method and Description |
|---|---|
HumanPerformerCodeSequence |
getHumanPerformerCodeSequence()
Retrieves pre-initialized object of Human Performer Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getHumanPerformersName()
Retrieves Name of the human performer.
|
java.lang.String |
getHumanPerformersOrganization()
Retrieves Organization to which the human performer is accountable for the activities in the Workitem.
|
void |
setHumanPerformersName(java.lang.String strHumanPerformersName)
Sets Name of the human performer.
|
void |
setHumanPerformersOrganization(java.lang.String strHumanPerformersOrganization)
Sets Organization to which the human performer is accountable for the activities in the Workitem.
|
boolean |
validateForModule()
Validates all the attributes in ScheduledHumanPerformersSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic HumanPerformerCodeSequence getHumanPerformerCodeSequence()
public void setHumanPerformersName(java.lang.String strHumanPerformersName)
strHumanPerformersName - String value of Name of the human performerpublic java.lang.String getHumanPerformersName()
public void setHumanPerformersOrganization(java.lang.String strHumanPerformersOrganization)
strHumanPerformersOrganization - String value of Human Performer�s Organizationpublic java.lang.String getHumanPerformersOrganization()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException Conditional element fails.