| Package | Description | 
|---|---|
| org.dcm4che3.data | 
 Lower level classes that deal with the DICOM Data Dictionary (PS 3.6). 
 | 
| org.dcm4che3.io | 
 Classes for reading and writing DICOM files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PersonName.Component | 
PersonName.Component.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PersonName.Component[] | 
PersonName.Component.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PersonName.contains(PersonName.Component c)  | 
boolean | 
PersonName.contains(PersonName.Group g,
        PersonName.Component c)  | 
String | 
PersonName.get(PersonName.Component c)  | 
String | 
PersonName.get(PersonName.Group g,
   PersonName.Component c)  | 
void | 
PersonName.set(PersonName.Component c,
   String s)  | 
void | 
PersonName.set(PersonName.Group g,
   PersonName.Component c,
   String s)  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
ContentHandlerAdapter.endPNComponent(PersonName.Component pnComp)  | 
Copyright © 2017 dcm4che.org. All rights reserved.