public class ActualHumanPerformersSequenceItem extends Item
| 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 attribute identifies Organization to which the human performer is
accountable for the activities in the General Purpose Performed Procedure Step.
|
void |
setHumanPerformersName(java.lang.String StrHumanPerformersName)
Sets attribute identifies Name of the human performer.
|
void |
setHumanPerformersOrganization(java.lang.String StrHumanPerformersOrganization)
Sets attribute identifies Organization to which the human performer is
accountable for the activities in the General Purpose Performed Procedure Step.
|
boolean |
validateForModule()
Validates all the attributes in
ActualHumanPerformersSequenceItem 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 boolean validateForModule()
throws InvalidItemException
ActualHumanPerformersSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public HumanPerformerCodeSequence getHumanPerformerCodeSequence()
public void setHumanPerformersName(java.lang.String StrHumanPerformersName)
StrHumanPerformersName - String identifies Name of the human performer.public java.lang.String getHumanPerformersName()
public void setHumanPerformersOrganization(java.lang.String StrHumanPerformersOrganization)
StrHumanPerformersOrganization - -String identifies Organizationpublic java.lang.String getHumanPerformersOrganization()