|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.BIN
org.hl7.v3.ED
org.hl7.v3.ST
org.hl7.v3.SC
public class SC
A ST that optionally may have a code attached. The text must always be present if a code is present. The code is often a local code.
Java class for SC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SC"> <complexContent> <extension base="{urn:hl7-org:v3}ST"> <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" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
code
|
protected java.lang.String |
codeSystem
|
protected java.lang.String |
codeSystemName
|
protected java.lang.String |
codeSystemVersion
|
protected java.lang.String |
displayName
|
Fields inherited from class org.hl7.v3.ED |
---|
compression, integrityCheck, integrityCheckAlgorithm, language, mediaType |
Fields inherited from class org.hl7.v3.BIN |
---|
content, representation |
Constructor Summary | |
---|---|
SC()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the value of the code property. |
java.lang.String |
getCodeSystem()
Gets the value of the codeSystem property. |
java.lang.String |
getCodeSystemName()
Gets the value of the codeSystemName property. |
java.lang.String |
getCodeSystemVersion()
Gets the value of the codeSystemVersion property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setCodeSystem(java.lang.String value)
Sets the value of the codeSystem property. |
void |
setCodeSystemName(java.lang.String value)
Sets the value of the codeSystemName property. |
void |
setCodeSystemVersion(java.lang.String value)
Sets the value of the codeSystemVersion property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
Methods inherited from class org.hl7.v3.ED |
---|
getCompression, getIntegrityCheck, getIntegrityCheckAlgorithm, getLanguage, getMediaType, setCompression, setIntegrityCheck, setIntegrityCheckAlgorithm, setLanguage, setMediaType |
Methods inherited from class org.hl7.v3.BIN |
---|
content, getRepresentation, setContent, setRepresentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String code
protected java.lang.String codeSystem
protected java.lang.String codeSystemName
protected java.lang.String codeSystemVersion
protected java.lang.String displayName
Constructor Detail |
---|
public SC()
Method Detail |
---|
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is String
public java.lang.String getCodeSystem()
String
public void setCodeSystem(java.lang.String value)
value
- allowed object is String
public java.lang.String getCodeSystemName()
String
public void setCodeSystemName(java.lang.String value)
value
- allowed object is String
public java.lang.String getCodeSystemVersion()
String
public void setCodeSystemVersion(java.lang.String value)
value
- allowed object is String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is String
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |