|
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.ANY
org.hl7.v3.II
public class II
An identifier that uniquely identifies a thing or object. Examples are object identifier for HL7 RIM objects, medical record number, order id, service catalog item id, Vehicle Identification Number (VIN), etc. Instance identifiers are defined based on ISO object identifiers.
Java class for II complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="II"> <complexContent> <extension base="{urn:hl7-org:v3}ANY"> <attribute name="root" type="{urn:hl7-org:v3}uid" /> <attribute name="extension" type="{urn:hl7-org:v3}st" /> <attribute name="assigningAuthorityName" type="{urn:hl7-org:v3}st" /> <attribute name="displayable" type="{urn:hl7-org:v3}bl" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
assigningAuthorityName
|
protected java.lang.Boolean |
displayable
|
protected java.lang.String |
extension
|
protected java.lang.String |
root
|
Fields inherited from class org.hl7.v3.ANY |
---|
content, nullFlavor |
Constructor Summary | |
---|---|
II()
|
Method Summary | |
---|---|
java.lang.String |
getAssigningAuthorityName()
Gets the value of the assigningAuthorityName property. |
java.lang.String |
getExtension()
Gets the value of the extension property. |
java.lang.String |
getRoot()
Gets the value of the root property. |
java.lang.Boolean |
isDisplayable()
Gets the value of the displayable property. |
void |
setAssigningAuthorityName(java.lang.String value)
Sets the value of the assigningAuthorityName property. |
void |
setDisplayable(java.lang.Boolean value)
Sets the value of the displayable property. |
void |
setExtension(java.lang.String value)
Sets the value of the extension property. |
void |
setRoot(java.lang.String value)
Sets the value of the root property. |
Methods inherited from class org.hl7.v3.ANY |
---|
content, getNullFlavor, setContent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String root
protected java.lang.String extension
protected java.lang.String assigningAuthorityName
protected java.lang.Boolean displayable
Constructor Detail |
---|
public II()
Method Detail |
---|
public java.lang.String getRoot()
String
public void setRoot(java.lang.String value)
value
- allowed object is String
public java.lang.String getExtension()
String
public void setExtension(java.lang.String value)
value
- allowed object is String
public java.lang.String getAssigningAuthorityName()
String
public void setAssigningAuthorityName(java.lang.String value)
value
- allowed object is String
public java.lang.Boolean isDisplayable()
Boolean
public void setDisplayable(java.lang.Boolean value)
value
- allowed object is Boolean
|
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 |