public static class Remittance.Service extends BaseIdentifiableElement implements IResourceBlock
Definition: A service paid as part of remittance
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
BigDecimal |
getBenefit()
Gets the value(s) for benefit ().
|
DecimalDt |
getBenefitElement()
Gets the value(s) for benefit ().
|
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
Integer |
getInstance()
Gets the value(s) for instance ().
|
IntegerDt |
getInstanceElement()
Gets the value(s) for instance ().
|
BigDecimal |
getRate()
Gets the value(s) for rate ().
|
DecimalDt |
getRateElement()
Gets the value(s) for rate ().
|
boolean |
isEmpty() |
Remittance.Service |
setBenefit(BigDecimal theValue)
Sets the value for benefit ()
|
Remittance.Service |
setBenefit(DecimalDt theValue)
Sets the value(s) for benefit ()
|
Remittance.Service |
setBenefit(double theValue)
Sets the value for benefit ()
|
Remittance.Service |
setBenefit(long theValue)
Sets the value for benefit ()
|
Remittance.Service |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
Remittance.Service |
setInstance(int theInteger)
Sets the value for instance ()
|
Remittance.Service |
setInstance(IntegerDt theValue)
Sets the value(s) for instance ()
|
Remittance.Service |
setRate(BigDecimal theValue)
Sets the value for rate ()
|
Remittance.Service |
setRate(DecimalDt theValue)
Sets the value(s) for rate ()
|
Remittance.Service |
setRate(double theValue)
Sets the value for rate ()
|
Remittance.Service |
setRate(long theValue)
Sets the value for rate ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Service()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic IntegerDt getInstanceElement()
null.
Definition: The service instance number for the original transaction
public Integer getInstance()
null.
Definition: The service instance number for the original transaction
public Remittance.Service setInstance(IntegerDt theValue)
Definition: The service instance number for the original transaction
public Remittance.Service setInstance(int theInteger)
Definition: The service instance number for the original transaction
public CodeableConceptDt getCode()
null.
Definition: The code for the professional service
public Remittance.Service setCode(CodeableConceptDt theValue)
Definition: The code for the professional service
public DecimalDt getRateElement()
null.
Definition: The percent of the service fee which would be eligible for coverage
public BigDecimal getRate()
null.
Definition: The percent of the service fee which would be eligible for coverage
public Remittance.Service setRate(DecimalDt theValue)
Definition: The percent of the service fee which would be eligible for coverage
public Remittance.Service setRate(long theValue)
Definition: The percent of the service fee which would be eligible for coverage
public Remittance.Service setRate(double theValue)
Definition: The percent of the service fee which would be eligible for coverage
public Remittance.Service setRate(BigDecimal theValue)
Definition: The percent of the service fee which would be eligible for coverage
public DecimalDt getBenefitElement()
null.
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
public BigDecimal getBenefit()
null.
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
public Remittance.Service setBenefit(DecimalDt theValue)
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
public Remittance.Service setBenefit(long theValue)
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
public Remittance.Service setBenefit(double theValue)
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
public Remittance.Service setBenefit(BigDecimal theValue)
Definition: The amount payable for a submitted service (includes both professional and lab fees.)
Copyright © 2014–2016 University Health Network. All rights reserved.