|
||||||||||
| 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.CX
public class CX
Represents an HL7 CX (extended composite ID with check digit) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
CX(Message message)
Creates a new CX type |
|
| Method Summary | |
|---|---|
HD |
getAssigningAuthority()
Returns assigning authority (component #4). |
HD |
getAssigningFacility()
Returns assigning facility (component #6). |
ST |
getCheckDigit()
Returns check digit (ST) (component #2). |
ID |
getCodeIdentifyingTheCheckDigitSchemeEmployed()
Returns code identifying the check digit scheme employed (component #3). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
ST |
getCx1_ID()
Returns ID (component #1). |
ST |
getCx2_CheckDigit()
Returns check digit (ST) (component #2). |
ID |
getCx3_CodeIdentifyingTheCheckDigitSchemeEmployed()
Returns code identifying the check digit scheme employed (component #3). |
HD |
getCx4_AssigningAuthority()
Returns assigning authority (component #4). |
ID |
getCx5_IdentifierTypeCode()
Returns identifier type code (ID) (component #5). |
HD |
getCx6_AssigningFacility()
Returns assigning facility (component #6). |
DT |
getCx7_EffectiveDate()
Returns effective date (DT) (component #7). |
DT |
getCx8_ExpirationDate()
Returns expiration date (component #8). |
DT |
getEffectiveDate()
Returns effective date (DT) (component #7). |
DT |
getExpirationDate()
Returns expiration date (component #8). |
ST |
getID()
Returns ID (component #1). |
ID |
getIdentifierTypeCode()
Returns identifier type code (ID) (component #5). |
| 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 CX(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 ST getID()
public ST getCx1_ID()
public ST getCheckDigit()
public ST getCx2_CheckDigit()
public ID getCodeIdentifyingTheCheckDigitSchemeEmployed()
public ID getCx3_CodeIdentifyingTheCheckDigitSchemeEmployed()
public HD getAssigningAuthority()
public HD getCx4_AssigningAuthority()
public ID getIdentifierTypeCode()
public ID getCx5_IdentifierTypeCode()
public HD getAssigningFacility()
public HD getCx6_AssigningFacility()
public DT getEffectiveDate()
public DT getCx7_EffectiveDate()
public DT getExpirationDate()
public DT getCx8_ExpirationDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||