Uses of Class
org.linuxforhealth.fhir.model.resource.ChargeItemDefinition.PropertyGroup.PriceComponent
-
Packages that use ChargeItemDefinition.PropertyGroup.PriceComponent Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ChargeItemDefinition.PropertyGroup.PriceComponent in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ChargeItemDefinition.PropertyGroup.PriceComponent Modifier and Type Method Description ChargeItemDefinition.PropertyGroup.PriceComponent
ChargeItemDefinition.PropertyGroup.PriceComponent.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ChargeItemDefinition.PropertyGroup.PriceComponent Modifier and Type Method Description java.util.List<ChargeItemDefinition.PropertyGroup.PriceComponent>
ChargeItemDefinition.PropertyGroup. getPriceComponent()
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ChargeItemDefinition.PropertyGroup.PriceComponent Modifier and Type Method Description protected ChargeItemDefinition.PropertyGroup.PriceComponent.Builder
ChargeItemDefinition.PropertyGroup.PriceComponent.Builder. from(ChargeItemDefinition.PropertyGroup.PriceComponent priceComponent)
ChargeItemDefinition.PropertyGroup.Builder
ChargeItemDefinition.PropertyGroup.Builder. priceComponent(ChargeItemDefinition.PropertyGroup.PriceComponent... priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.protected void
ChargeItemDefinition.PropertyGroup.PriceComponent.Builder. validate(ChargeItemDefinition.PropertyGroup.PriceComponent priceComponent)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ChargeItemDefinition.PropertyGroup.PriceComponent Modifier and Type Method Description ChargeItemDefinition.PropertyGroup.Builder
ChargeItemDefinition.PropertyGroup.Builder. priceComponent(java.util.Collection<ChargeItemDefinition.PropertyGroup.PriceComponent> priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.
-