Package org.projecthusky.common.hl7cdar2
Class EIVLEvent
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.CD
org.projecthusky.common.hl7cdar2.CE
org.projecthusky.common.hl7cdar2.EIVLEvent
A code for a common (periodical) activity of daily living based on which the event related periodic interval is
specified.
Java-Klasse für EIVL.event complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="EIVL.event"> <complexContent> <restriction base="{urn:hl7-org:v3}CE"> <attribute name="code" type="{urn:hl7-org:v3}TimingEvent" /> <attribute name="codeSystem" type="{urn:hl7-org:v3}uid" fixed="2.16.840.1.113883.5.139" /> <attribute name="codeSystemName" type="{urn:hl7-org:v3}st" fixed="TimingEvent" /> </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
-
EIVLEvent
public EIVLEvent()
-