Package ca.uhn.hl7v2.model.v23.segment
Class AUT
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v23.segment.AUT
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 AUT message segment (Authorization Information). This segment has the following fields:
- AUT-1: Authorizing Payor, Plan Code (CE) optional
- AUT-2: Authorizing Payor, Company ID (CE)
- AUT-3: Authorizing Payor, Company Name (ST) optional
- AUT-4: Authorization Effective Date (TS) optional
- AUT-5: Authorization Expiration Date (TS) optional
- AUT-6: Authorization Identifier (EI) optional
- AUT-7: Reimbursement Limit (CP) optional
- AUT-8: Requested Number of Treatments (NM) optional
- AUT-9: Authorized Number of Treatments (NM) optional
- AUT-10: Process Date (TS) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns AUT-1: "Authorizing Payor, Plan Code" - creates it if necessaryReturns AUT-10: "Process Date" - creates it if necessaryReturns AUT-2: "Authorizing Payor, Company ID" - creates it if necessaryReturns AUT-3: "Authorizing Payor, Company Name" - creates it if necessaryReturns AUT-4: "Authorization Effective Date" - creates it if necessaryReturns AUT-5: "Authorization Expiration Date" - creates it if necessaryReturns AUT-6: "Authorization Identifier" - creates it if necessaryReturns AUT-7: "Reimbursement Limit" - creates it if necessaryReturns AUT-8: "Requested Number of Treatments" - creates it if necessaryReturns AUT-9: "Authorized Number of Treatments" - creates it if necessaryReturns AUT-4: "Authorization Effective Date" - creates it if necessaryReturns AUT-5: "Authorization Expiration Date" - creates it if necessaryReturns AUT-6: "Authorization Identifier" - creates it if necessaryReturns AUT-9: "Authorized Number of Treatments" - creates it if necessaryReturns AUT-2: "Authorizing Payor, Company ID" - creates it if necessaryReturns AUT-3: "Authorizing Payor, Company Name" - creates it if necessaryReturns AUT-1: "Authorizing Payor, Plan Code" - creates it if necessaryReturns AUT-10: "Process Date" - creates it if necessaryReturns AUT-7: "Reimbursement Limit" - creates it if necessaryReturns AUT-8: "Requested Number of Treatments" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
AUT
Creates a new AUT segment
-
-
Method Details
-
getAuthorizingPayorPlanCode
Returns AUT-1: "Authorizing Payor, Plan Code" - creates it if necessary -
getAut1_AuthorizingPayorPlanCode
Returns AUT-1: "Authorizing Payor, Plan Code" - creates it if necessary -
getAuthorizingPayorCompanyID
Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary -
getAut2_AuthorizingPayorCompanyID
Returns AUT-2: "Authorizing Payor, Company ID" - creates it if necessary -
getAuthorizingPayorCompanyName
Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary -
getAut3_AuthorizingPayorCompanyName
Returns AUT-3: "Authorizing Payor, Company Name" - creates it if necessary -
getAuthorizationEffectiveDate
Returns AUT-4: "Authorization Effective Date" - creates it if necessary -
getAut4_AuthorizationEffectiveDate
Returns AUT-4: "Authorization Effective Date" - creates it if necessary -
getAuthorizationExpirationDate
Returns AUT-5: "Authorization Expiration Date" - creates it if necessary -
getAut5_AuthorizationExpirationDate
Returns AUT-5: "Authorization Expiration Date" - creates it if necessary -
getAuthorizationIdentifier
Returns AUT-6: "Authorization Identifier" - creates it if necessary -
getAut6_AuthorizationIdentifier
Returns AUT-6: "Authorization Identifier" - creates it if necessary -
getReimbursementLimit
Returns AUT-7: "Reimbursement Limit" - creates it if necessary -
getAut7_ReimbursementLimit
Returns AUT-7: "Reimbursement Limit" - creates it if necessary -
getRequestedNumberOfTreatments
Returns AUT-8: "Requested Number of Treatments" - creates it if necessary -
getAut8_RequestedNumberOfTreatments
Returns AUT-8: "Requested Number of Treatments" - creates it if necessary -
getAuthorizedNumberOfTreatments
Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary -
getAut9_AuthorizedNumberOfTreatments
Returns AUT-9: "Authorized Number of Treatments" - creates it if necessary -
getProcessDate
Returns AUT-10: "Process Date" - creates it if necessary -
getAut10_ProcessDate
Returns AUT-10: "Process Date" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-