Package org.projecthusky.common.hl7cdar2
Class CV
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.CD
org.projecthusky.common.hl7cdar2.CE
org.projecthusky.common.hl7cdar2.CV
Coded data, consists of a code, display name, code system, and original text. Used when a single code value must be
sent.
Java-Klasse für CV complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CV"> <complexContent> <restriction base="{urn:hl7-org:v3}CE"> <sequence> <element name="originalText" type="{urn:hl7-org:v3}ED" minOccurs="0"/> <element name="translation" type="{urn:hl7-org:v3}CD" maxOccurs="0" 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
-
CV
public CV()
-