|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.PIP
public class PIP
Represents an HL7 PIP (Privileges) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
PIP(Message message)
Creates a new PIP type |
|
| Method Summary | |
|---|---|
DT |
getActivationDate()
Returns activation date (component #4). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
DT |
getExpirationDate()
Returns expiration date (component #3). |
EI |
getFacility()
Returns facility (EI) (component #5). |
CE |
getPip1_Privilege()
Returns privilege (component #1). |
CE |
getPip2_PrivilegeClass()
Returns privilege class (component #2). |
DT |
getPip3_ExpirationDate()
Returns expiration date (component #3). |
DT |
getPip4_ActivationDate()
Returns activation date (component #4). |
EI |
getPip5_Facility()
Returns facility (EI) (component #5). |
CE |
getPrivilege()
Returns privilege (component #1). |
CE |
getPrivilegeClass()
Returns privilege class (component #2). |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public PIP(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - The component number (0-indexed)
DataTypeException - if the given element number is out of range.public CE getPrivilege()
public CE getPip1_Privilege()
public CE getPrivilegeClass()
public CE getPip2_PrivilegeClass()
public DT getExpirationDate()
public DT getPip3_ExpirationDate()
public DT getActivationDate()
public DT getPip4_ActivationDate()
public EI getFacility()
public EI getPip5_Facility()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||