Uses of Class
org.hl7.fhir.r4b.model.Enumerations.InvoicePriceComponentType
-
Packages that use Enumerations.InvoicePriceComponentType Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.InvoicePriceComponentType in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.InvoicePriceComponentType Modifier and Type Field Description protected Enumeration<Enumerations.InvoicePriceComponentType>ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent. typeThis code identifies the type of the component.protected Enumeration<Enumerations.InvoicePriceComponentType>Invoice.InvoiceLineItemPriceComponentComponent. typeThis code identifies the type of the component.Methods in org.hl7.fhir.r4b.model that return Enumerations.InvoicePriceComponentType Modifier and Type Method Description static Enumerations.InvoicePriceComponentTypeEnumerations.InvoicePriceComponentType. fromCode(String codeString)Enumerations.InvoicePriceComponentTypeEnumerations.InvoicePriceComponentTypeEnumFactory. fromCode(String codeString)Enumerations.InvoicePriceComponentTypeChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent. getType()Enumerations.InvoicePriceComponentTypeInvoice.InvoiceLineItemPriceComponentComponent. getType()static Enumerations.InvoicePriceComponentTypeEnumerations.InvoicePriceComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.InvoicePriceComponentType[]Enumerations.InvoicePriceComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.InvoicePriceComponentType Modifier and Type Method Description Enumeration<Enumerations.InvoicePriceComponentType>Enumerations.InvoicePriceComponentTypeEnumFactory. fromType(Base code)Enumeration<Enumerations.InvoicePriceComponentType>ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent. getTypeElement()Enumeration<Enumerations.InvoicePriceComponentType>Invoice.InvoiceLineItemPriceComponentComponent. getTypeElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.InvoicePriceComponentType Modifier and Type Method Description ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponentChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent. setType(Enumerations.InvoicePriceComponentType value)Invoice.InvoiceLineItemPriceComponentComponentInvoice.InvoiceLineItemPriceComponentComponent. setType(Enumerations.InvoicePriceComponentType value)StringEnumerations.InvoicePriceComponentTypeEnumFactory. toCode(Enumerations.InvoicePriceComponentType code)StringEnumerations.InvoicePriceComponentTypeEnumFactory. toSystem(Enumerations.InvoicePriceComponentType code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.InvoicePriceComponentType Modifier and Type Method Description ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponentChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent. setTypeElement(Enumeration<Enumerations.InvoicePriceComponentType> value)Invoice.InvoiceLineItemPriceComponentComponentInvoice.InvoiceLineItemPriceComponentComponent. setTypeElement(Enumeration<Enumerations.InvoicePriceComponentType> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.InvoicePriceComponentType Constructor Description ChargeItemDefinitionPropertyGroupPriceComponentComponent(Enumerations.InvoicePriceComponentType type)ConstructorInvoiceLineItemPriceComponentComponent(Enumerations.InvoicePriceComponentType type)Constructor
-