Package hdi.model
Class ClaimOrPayment
java.lang.Object
hdi.model.ClaimOrPayment
- All Implemented Interfaces:
hdi.edi.edient.EdiEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCodeEntityForSeg
(CodeEntity codeEntity) void
addLine
(ServiceLine line) codeEnts()
boolean
containsCode
(Function<ServiceLine, ?> getter) dateFrom()
dateTo()
id()
boolean
List
<hdi.codeedit.Issue> issues()
lines()
patient()
CLP01abstract void
populateFromSegInitial
(EdiSeg seg, EdiParsingResults results) void
void
hdi.codeedit.QualityScore
subscriber
(PatientSubscriber subscriber) toString()
hdi.edi.EdiTransaction
transaction
(hdi.edi.EdiTransaction transaction) transactionId
(String transactionId) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface hdi.edi.edient.EdiEntity
addCodeEntityForTransaction, codeEntities, loop, loop, populateFromSeg, populateFromSegMaster, summaryString, summaryString, summaryStringAsParent
-
Constructor Details
-
ClaimOrPayment
public ClaimOrPayment()
-
-
Method Details
-
chargeAmount
-
issues
-
populateFromSegInitial
- Specified by:
populateFromSegInitial
in interfacehdi.edi.edient.EdiEntity
-
addCodeEntityForSeg
- Specified by:
addCodeEntityForSeg
in interfacehdi.edi.edient.EdiEntity
-
lines
-
getPatientOrSubscriber
-
containsCode
-
addLine
-
prepForPersistence
public void prepForPersistence() -
prepDerived
public void prepDerived() -
toString
-
id
-
objectType
-
patientControlNumber
CLP01 -
paymentAmount
-
patientPaidAmount
-
codeEnts
-
frequencyCode
-
facilityCode
-
placeOfServiceType
-
isOriginalClaim
public boolean isOriginalClaim() -
statementDateFrom
-
statementDateTo
-
dateFrom
-
dateTo
-
yearMonthPeriod
-
yearPeriod
-
serviceDateFrom
-
serviceDateTo
-
subscriber
-
patient
-
otherSubscribers
-
qualityScore
public hdi.codeedit.QualityScore qualityScore() -
updateTimestamp
-
createTimestamp
-
id
- Returns:
this
.
-
transactionId
-
transactionId
- Returns:
this
.
-
subscriber
- Returns:
this
.
-
transaction
public hdi.edi.EdiTransaction transaction() -
transaction
- Returns:
this
.
-