Package org.projecthusky.common.hl7cdar2
Class PN
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.EN
org.projecthusky.common.hl7cdar2.PN
- Direct Known Subclasses:
AtcdabbrOtherPersonNameCompilationG1M
,AtcdabbrOtherPersonNameCompilationG1M
,AtcdabbrOtherPersonNameCompilationG2M
,AtcdabbrOtherPersonNameCompilationG2M
,EpimsOtherPersonNameCompilationG2M
,PersonElements
,PersonElements
,PersonElements
,PersonElements
A name for a person. A sequence of name parts, such as given name or family name, prefix, suffix, etc. PN differs
from EN because the qualifier type cannot include LS (Legal Status).
Java-Klasse für PN complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PN"> <complexContent> <extension base="{urn:hl7-org:v3}EN"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.EN
getContent, getUse
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
PN
public PN()
-