Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

org.hl7.v3
Class II

java.lang.Object
  extended by org.hl7.v3.ANY
      extended by org.hl7.v3.II
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
POCDMT000040InfrastructureRootTypeId

public class II
extends ANY

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>
 

See Also:
Serialized Form

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

root

protected java.lang.String root

extension

protected java.lang.String extension

assigningAuthorityName

protected java.lang.String assigningAuthorityName

displayable

protected java.lang.Boolean displayable
Constructor Detail

II

public II()
Method Detail

getRoot

public java.lang.String getRoot()
Gets the value of the root property.

Returns:
possible object is String

setRoot

public void setRoot(java.lang.String value)
Sets the value of the root property.

Parameters:
value - allowed object is String

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

getAssigningAuthorityName

public java.lang.String getAssigningAuthorityName()
Gets the value of the assigningAuthorityName property.

Returns:
possible object is String

setAssigningAuthorityName

public void setAssigningAuthorityName(java.lang.String value)
Sets the value of the assigningAuthorityName property.

Parameters:
value - allowed object is String

isDisplayable

public java.lang.Boolean isDisplayable()
Gets the value of the displayable property.

Returns:
possible object is Boolean

setDisplayable

public void setDisplayable(java.lang.Boolean value)
Sets the value of the displayable property.

Parameters:
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