Package org.projecthusky.common.hl7cdar2
Class CE
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.CD
org.projecthusky.common.hl7cdar2.CE
- Direct Known Subclasses:
AtcdabbrHeaderDocumentConfidentialityCode
,AtcdabbrHeaderDocumentConfidentialityCode
,CdconfidentialityCode
,CdconfidentialityCode
,CV
,EIVLEvent
,HXITCE
Coded data, consists of a coded value (CV) and, optionally, coded value(s) from other coding systems that identify
the same concept. Used when alternative codes may exist.
Java-Klasse für CE complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CE"> <complexContent> <restriction base="{urn:hl7-org:v3}CD"> <sequence> <element name="originalText" type="{urn:hl7-org:v3}ED" minOccurs="0"/> <element name="qualifier" type="{urn:hl7-org:v3}CR" maxOccurs="0" minOccurs="0"/> <element name="translation" type="{urn:hl7-org:v3}CD" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="code" type="{urn:hl7-org:v3}cs" /> <attribute name="codeSystem" type="{urn:hl7-org:v3}uid" /> <attribute name="codeSystemName" type="{urn:hl7-org:v3}st" /> <attribute name="codeSystemVersion" type="{urn:hl7-org:v3}st" /> <attribute name="displayName" type="{urn:hl7-org:v3}st" /> </restriction> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.CD
code, codeSystem, codeSystemName, codeSystemVersion, displayName, originalText, qualifier, translation
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.CD
getCode, getCodeSystem, getCodeSystemName, getCodeSystemVersion, getDisplayName, getOriginalText, getQualifier, getTranslation, setCode, setCodeSystem, setCodeSystemName, setCodeSystemVersion, setDisplayName, setOriginalText
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
CE
public CE() -
CE
-