|
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
public class ED
Data that is primarily intended for human interpretation or for further machine processing is outside the scope of HL7. This includes unformatted or formatted written language, multimedia data, or structured information as defined by a different standard (e.g., XML-signatures.) Instead of the data itself, an ED may contain only a reference (see TEL.) Note that the ST data type is a specialization of the ED data type when the ED media type is text/plain.
Java class for ED complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ED"> <complexContent> <extension base="{urn:hl7-org:v3}BIN"> <sequence> <element name="reference" type="{urn:hl7-org:v3}TEL" minOccurs="0"/> <element name="thumbnail" type="{urn:hl7-org:v3}thumbnail" minOccurs="0"/> </sequence> <attribute name="mediaType" type="{urn:hl7-org:v3}cs" default="text/plain" /> <attribute name="language" type="{urn:hl7-org:v3}cs" /> <attribute name="compression" type="{urn:hl7-org:v3}CompressionAlgorithm" /> <attribute name="integrityCheck" type="{urn:hl7-org:v3}bin" /> <attribute name="integrityCheckAlgorithm" type="{urn:hl7-org:v3}IntegrityCheckAlgorithm" default="SHA-1" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected CompressionAlgorithm |
compression
|
protected byte[] |
integrityCheck
|
protected IntegrityCheckAlgorithm |
integrityCheckAlgorithm
|
protected java.lang.String |
language
|
protected java.lang.String |
mediaType
|
Fields inherited from class org.hl7.v3.BIN |
---|
content, representation |
Constructor Summary | |
---|---|
ED()
|
Method Summary | |
---|---|
CompressionAlgorithm |
getCompression()
Gets the value of the compression property. |
byte[] |
getIntegrityCheck()
Gets the value of the integrityCheck property. |
IntegrityCheckAlgorithm |
getIntegrityCheckAlgorithm()
Gets the value of the integrityCheckAlgorithm property. |
java.lang.String |
getLanguage()
Gets the value of the language property. |
java.lang.String |
getMediaType()
Gets the value of the mediaType property. |
void |
setCompression(CompressionAlgorithm value)
Sets the value of the compression property. |
void |
setIntegrityCheck(byte[] value)
Sets the value of the integrityCheck property. |
void |
setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
Sets the value of the integrityCheckAlgorithm property. |
void |
setLanguage(java.lang.String value)
Sets the value of the language property. |
void |
setMediaType(java.lang.String value)
Sets the value of the mediaType property. |
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 mediaType
protected java.lang.String language
protected CompressionAlgorithm compression
protected byte[] integrityCheck
protected IntegrityCheckAlgorithm integrityCheckAlgorithm
Constructor Detail |
---|
public ED()
Method Detail |
---|
public java.lang.String getMediaType()
String
public void setMediaType(java.lang.String value)
value
- allowed object is String
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is String
public CompressionAlgorithm getCompression()
CompressionAlgorithm
public void setCompression(CompressionAlgorithm value)
value
- allowed object is CompressionAlgorithm
public byte[] getIntegrityCheck()
public void setIntegrityCheck(byte[] value)
value
- allowed object is byte[]public IntegrityCheckAlgorithm getIntegrityCheckAlgorithm()
IntegrityCheckAlgorithm
public void setIntegrityCheckAlgorithm(IntegrityCheckAlgorithm value)
value
- allowed object is IntegrityCheckAlgorithm
|
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 |