public class EventID extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CodedValueType"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
code |
protected String |
codeSystem |
protected String |
codeSystemName |
protected String |
displayName |
protected String |
originalText |
Constructor and Description |
---|
EventID() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getCodeSystem()
Gets the value of the codeSystem property.
|
String |
getCodeSystemName()
Gets the value of the codeSystemName property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getOriginalText()
Gets the value of the originalText property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCodeSystem(String value)
Sets the value of the codeSystem property.
|
void |
setCodeSystemName(String value)
Sets the value of the codeSystemName property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setOriginalText(String value)
Sets the value of the originalText property.
|
protected String codeSystem
protected String codeSystemName
protected String displayName
protected String originalText
public EventID()
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public String getCodeSystem()
String
public void setCodeSystem(String value)
value
- allowed object is
String
public String getCodeSystemName()
String
public void setCodeSystemName(String value)
value
- allowed object is
String
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public String getOriginalText()
String
public void setOriginalText(String value)
value
- allowed object is
String
Copyright © 2017 dcm4che.org. All rights reserved.