ca.uhn.hl7v2.model.v24.segment
Class AUT

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.AUT
All Implemented Interfaces:
Segment, Structure, Serializable

public class AUT
extends AbstractSegment

Represents an HL7 AUT message segment (Authorization Information). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
AUT(Group parent, ModelClassFactory factory)
          Creates a new AUT segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CE getAut1_AuthorizingPayorPlanID()
          Returns AUT-1: "Authorizing Payor, Plan ID" - creates it if necessary
 TS getAut10_ProcessDate()
          Returns AUT-10: "Process Date" - creates it if necessary
 CE getAut2_AuthorizingPayorCompanyID()
          Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary
 ST getAut3_AuthorizingPayorCompanyName()
          Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary
 TS getAut4_AuthorizationEffectiveDate()
          Returns AUT-4: "Authorization Effective Date" - creates it if necessary
 TS getAut5_AuthorizationExpirationDate()
          Returns AUT-5: "Authorization Expiration Date" - creates it if necessary
 EI getAut6_AuthorizationIdentifier()
          Returns AUT-6: "Authorization Identifier" - creates it if necessary
 CP getAut7_ReimbursementLimit()
          Returns AUT-7: "Reimbursement Limit" - creates it if necessary
 NM getAut8_RequestedNumberOfTreatments()
          Returns AUT-8: "Requested Number of Treatments" - creates it if necessary
 NM getAut9_AuthorizedNumberOfTreatments()
          Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary
 TS getAuthorizationEffectiveDate()
          Returns AUT-4: "Authorization Effective Date" - creates it if necessary
 TS getAuthorizationExpirationDate()
          Returns AUT-5: "Authorization Expiration Date" - creates it if necessary
 EI getAuthorizationIdentifier()
          Returns AUT-6: "Authorization Identifier" - creates it if necessary
 NM getAuthorizedNumberOfTreatments()
          Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary
 CE getAuthorizingPayorCompanyID()
          Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary
 ST getAuthorizingPayorCompanyName()
          Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary
 CE getAuthorizingPayorPlanID()
          Returns AUT-1: "Authorizing Payor, Plan ID" - creates it if necessary
 TS getProcessDate()
          Returns AUT-10: "Process Date" - creates it if necessary
 CP getReimbursementLimit()
          Returns AUT-7: "Reimbursement Limit" - creates it if necessary
 NM getRequestedNumberOfTreatments()
          Returns AUT-8: "Requested Number of Treatments" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AUT

public AUT(Group parent,
           ModelClassFactory factory)
Creates a new AUT segment

Method Detail

getAuthorizingPayorPlanID

public CE getAuthorizingPayorPlanID()
Returns AUT-1: "Authorizing Payor, Plan ID" - creates it if necessary


getAut1_AuthorizingPayorPlanID

public CE getAut1_AuthorizingPayorPlanID()
Returns AUT-1: "Authorizing Payor, Plan ID" - creates it if necessary


getAuthorizingPayorCompanyID

public CE getAuthorizingPayorCompanyID()
Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary


getAut2_AuthorizingPayorCompanyID

public CE getAut2_AuthorizingPayorCompanyID()
Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary


getAuthorizingPayorCompanyName

public ST getAuthorizingPayorCompanyName()
Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary


getAut3_AuthorizingPayorCompanyName

public ST getAut3_AuthorizingPayorCompanyName()
Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary


getAuthorizationEffectiveDate

public TS getAuthorizationEffectiveDate()
Returns AUT-4: "Authorization Effective Date" - creates it if necessary


getAut4_AuthorizationEffectiveDate

public TS getAut4_AuthorizationEffectiveDate()
Returns AUT-4: "Authorization Effective Date" - creates it if necessary


getAuthorizationExpirationDate

public TS getAuthorizationExpirationDate()
Returns AUT-5: "Authorization Expiration Date" - creates it if necessary


getAut5_AuthorizationExpirationDate

public TS getAut5_AuthorizationExpirationDate()
Returns AUT-5: "Authorization Expiration Date" - creates it if necessary


getAuthorizationIdentifier

public EI getAuthorizationIdentifier()
Returns AUT-6: "Authorization Identifier" - creates it if necessary


getAut6_AuthorizationIdentifier

public EI getAut6_AuthorizationIdentifier()
Returns AUT-6: "Authorization Identifier" - creates it if necessary


getReimbursementLimit

public CP getReimbursementLimit()
Returns AUT-7: "Reimbursement Limit" - creates it if necessary


getAut7_ReimbursementLimit

public CP getAut7_ReimbursementLimit()
Returns AUT-7: "Reimbursement Limit" - creates it if necessary


getRequestedNumberOfTreatments

public NM getRequestedNumberOfTreatments()
Returns AUT-8: "Requested Number of Treatments" - creates it if necessary


getAut8_RequestedNumberOfTreatments

public NM getAut8_RequestedNumberOfTreatments()
Returns AUT-8: "Requested Number of Treatments" - creates it if necessary


getAuthorizedNumberOfTreatments

public NM getAuthorizedNumberOfTreatments()
Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary


getAut9_AuthorizedNumberOfTreatments

public NM getAut9_AuthorizedNumberOfTreatments()
Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary


getProcessDate

public TS getProcessDate()
Returns AUT-10: "Process Date" - creates it if necessary


getAut10_ProcessDate

public TS getAut10_ProcessDate()
Returns AUT-10: "Process Date" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.