public class OtherPatientIDsSequenceItem extends IssuerofPatientIDMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPatientID()
Return Patient ID.
|
java.lang.String |
getTypeofPatientID()
Return type of Patient ID.
|
void |
setPatientID(java.lang.String strPatientID)
Sets Patient ID.
|
void |
setTypeofPatientID(EnumTypeofPatientID enumTypeofPatientID)
Sets Type of Patient ID.
|
boolean |
validateForModule()
Validates all the attributes in OtherPatientIDsSequenceItem that are present in the DataSet
|
getIssuerofPatientIDMacroaddDataElement, 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 IssuerofPatientIDMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setPatientID(java.lang.String strPatientID)
strPatientID - String value of Patient ID.public java.lang.String getPatientID()
public void setTypeofPatientID(EnumTypeofPatientID enumTypeofPatientID)
enumTypeofPatientID - enum value of Type of Patient ID.public java.lang.String getTypeofPatientID()