| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Invoice.InvoicePriceComponentType> |
Invoice.InvoiceLineItemPriceComponentComponent.type
This code identifies the type of the component.
|
| Modifier and Type | Method and Description |
|---|---|
static Invoice.InvoicePriceComponentType |
Invoice.InvoicePriceComponentType.fromCode(String codeString) |
Invoice.InvoicePriceComponentType |
Invoice.InvoicePriceComponentTypeEnumFactory.fromCode(String codeString) |
Invoice.InvoicePriceComponentType |
Invoice.InvoiceLineItemPriceComponentComponent.getType() |
static Invoice.InvoicePriceComponentType |
Invoice.InvoicePriceComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoice.InvoicePriceComponentType[] |
Invoice.InvoicePriceComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Invoice.InvoicePriceComponentType> |
Invoice.InvoicePriceComponentTypeEnumFactory.fromType(Base code) |
Enumeration<Invoice.InvoicePriceComponentType> |
Invoice.InvoiceLineItemPriceComponentComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoiceLineItemPriceComponentComponent |
Invoice.InvoiceLineItemPriceComponentComponent.setType(Invoice.InvoicePriceComponentType value) |
String |
Invoice.InvoicePriceComponentTypeEnumFactory.toCode(Invoice.InvoicePriceComponentType code) |
String |
Invoice.InvoicePriceComponentTypeEnumFactory.toSystem(Invoice.InvoicePriceComponentType code) |
| Modifier and Type | Method and Description |
|---|---|
Invoice.InvoiceLineItemPriceComponentComponent |
Invoice.InvoiceLineItemPriceComponentComponent.setTypeElement(Enumeration<Invoice.InvoicePriceComponentType> value) |
| Constructor and Description |
|---|
InvoiceLineItemPriceComponentComponent(Enumeration<Invoice.InvoicePriceComponentType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.