Uses of Class
com.ibm.fhir.model.type.code.ChargeItemDefinitionPriceComponentType
-
Packages that use ChargeItemDefinitionPriceComponentType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ChargeItemDefinitionPriceComponentType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ChargeItemDefinitionPriceComponentType Modifier and Type Method Description ChargeItemDefinitionPriceComponentTypeChargeItemDefinition.PropertyGroup.PriceComponent. getType()This code identifies the type of the component.Methods in com.ibm.fhir.model.resource with parameters of type ChargeItemDefinitionPriceComponentType Modifier and Type Method Description ChargeItemDefinition.PropertyGroup.PriceComponent.BuilderChargeItemDefinition.PropertyGroup.PriceComponent.Builder. type(ChargeItemDefinitionPriceComponentType type)This code identifies the type of the component. -
Uses of ChargeItemDefinitionPriceComponentType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ChargeItemDefinitionPriceComponentType Modifier and Type Field Description static ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. BASEbase pricestatic ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. DEDUCTIONdeductionstatic ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. DISCOUNTdiscountstatic ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. INFORMATIONALinformationalstatic ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. SURCHARGEsurchargestatic ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. TAXtaxMethods in com.ibm.fhir.model.type.code that return ChargeItemDefinitionPriceComponentType Modifier and Type Method Description ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType.Builder. build()static ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. of(ChargeItemDefinitionPriceComponentType.ValueSet value)Factory method for creating ChargeItemDefinitionPriceComponentType objects from a passed enum value.static ChargeItemDefinitionPriceComponentTypeChargeItemDefinitionPriceComponentType. of(String value)Factory method for creating ChargeItemDefinitionPriceComponentType objects from a passed string value.
-