Package com.pixelmed.dicom
Class PersonIdentification
java.lang.Object
com.pixelmed.dicom.PersonIdentification
A class to provide support for the Person Identification Macro.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected CodedSequenceItem
protected String
protected AttributeList
protected String
protected CodedSequenceItem[]
protected String[]
-
Constructor Summary
ConstructorsConstructorDescriptionExtract 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
Modifier and TypeMethodDescriptionGet the list of attributes for a Person Identification Macro.
-
Field Details
-
list
-
personIdentificationCodeSequence
-
personAddress
-
personTelephoneNumbers
-
institutionName
-
institutionAddress
-
institutionCodeSequence
-
-
Constructor Details
-
PersonIdentification
Extract the contents of a Person Identification Macro from a list of attributes.
Non-standard attributes are discarded.
- Parameters:
list
- the list of attributes that comprise the item- Throws:
DicomException
- if the list of attributes does not contain the required information
-
PersonIdentification
public PersonIdentification(CodedSequenceItem[] personIdentificationCodeSequence, String personAddress, String[] personTelephoneNumbers, String institutionName, String institutionAddress, CodedSequenceItem institutionCodeSequence) throws DicomException Construct the contents of a Person Identification Macro.
- Parameters:
personIdentificationCodeSequence
-personAddress
-personTelephoneNumbers
-institutionName
-institutionAddress
-institutionCodeSequence
-- Throws:
DicomException
- if the the required information is not present
-
-
Method Details
-
getAttributeList
Get the list of attributes for a Person Identification Macro.
- Returns:
- the attribute list
- Throws:
DicomException
-