|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.PersonIdentification
public class PersonIdentification
A class to provide support for the Person Identification Macro.
| Field Summary | |
|---|---|
protected String |
institutionAddress
|
protected CodedSequenceItem |
institutionCodeSequence
|
protected String |
institutionName
|
protected AttributeList |
list
|
protected String |
personAddress
|
protected CodedSequenceItem[] |
personIdentificationCodeSequence
|
protected String[] |
personTelephoneNumbers
|
| Constructor Summary | |
|---|---|
PersonIdentification(AttributeList list)
Extract the contents of a Person Identification Macro from a list of attributes. |
|
PersonIdentification(CodedSequenceItem[] personIdentificationCodeSequence,
String personAddress,
String[] personTelephoneNumbers,
String institutionName,
String institutionAddress,
CodedSequenceItem institutionCodeSequence)
Construct the contents of a Person Identification Macro. |
|
| Method Summary | |
|---|---|
AttributeList |
getAttributeList()
Get the list of attributes for a Person Identification Macro. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AttributeList list
protected CodedSequenceItem[] personIdentificationCodeSequence
protected String personAddress
protected String[] personTelephoneNumbers
protected String institutionName
protected String institutionAddress
protected CodedSequenceItem institutionCodeSequence
| Constructor Detail |
|---|
public PersonIdentification(AttributeList list)
throws DicomException
Extract the contents of a Person Identification Macro from a list of attributes.
Non-standard attributes are discarded.
list - the list of attributes that comprise the item
Dicomexception - if the list of attributes does not contain the required information
DicomException
public PersonIdentification(CodedSequenceItem[] personIdentificationCodeSequence,
String personAddress,
String[] personTelephoneNumbers,
String institutionName,
String institutionAddress,
CodedSequenceItem institutionCodeSequence)
throws DicomException
Construct the contents of a Person Identification Macro.
personIdentificationCodeSequence - personAddress - personTelephoneNumbers - institutionName - institutionAddress - institutionCodeSequence -
Dicomexception - if the the required information is not present
DicomException| Method Detail |
|---|
public AttributeList getAttributeList()
throws DicomException
Get the list of attributes for a Person Identification Macro.
DicomException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||