| Modifier and Type | Method and Description |
|---|---|
protected static au.net.electronichealth.ns.cda._2_0.POCDMT000040ManufacturedProduct |
EntryCreator.addDispenseQuantity(au.net.electronichealth.ns.cda._2_0.POCDMT000040Supply supply,
QuantityUnitDescription dispenseQuantity) |
protected static void |
EntryCreator.addDispensingQuantity(au.net.electronichealth.ns.cda._2_0.POCDMT000040Supply supply,
UniqueIdentifier pbsRpbsManufacturerCode,
QuantityUnitDescription dispenseQuantity) |
| Modifier and Type | Method and Description |
|---|---|
PCEHRPrescriptionItemBuilder |
PCEHRPrescriptionItemBuilder.dispenseQuantity(QuantityUnitDescription dispenseQuantity)
Add a DispenseQuantity.
|
PCEHRDispenseItemBuilder |
PCEHRDispenseItemBuilder.quantityDispensed(QuantityUnitDescription quantityDispensed)
Add quantity dispensed
Mandatory Field |
| Modifier and Type | Class and Description |
|---|---|
class |
QuantityUnitDescriptionImpl
A Class that represents either a Structured Dose or a Quantity Description
that has optionally a Quantity, units, and a Quantity Description.
|
| Modifier and Type | Method and Description |
|---|---|
static QuantityUnitDescription |
QuantityUnitDescriptionImpl.create(double value,
Code code)
Create a quantity that has units with a actual code such as SNOMED CT AU
|
static QuantityUnitDescription |
QuantityUnitDescriptionImpl.create(RealQuantity realQuantity)
Create a quantity that has units in free text
|
static QuantityUnitDescription |
QuantityUnitDescriptionImpl.create(String freeTextQuantityDescription)
Create a quantity that has both units and value as a single free text field.
|
QuantityUnitDescription |
Dosage.getDoseQuantity() |
QuantityUnitDescription |
DosageImpl.getDoseQuantity() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dosage.setDoseQuantity(QuantityUnitDescription doseQuantity) |
void |
DosageImpl.setDoseQuantity(QuantityUnitDescription doseQuantity) |
| Modifier and Type | Method and Description |
|---|---|
QuantityUnitDescription |
DispenseItem.getQuantityDispensed() |
QuantityUnitDescription |
DispenseItemImpl.getQuantityDispensed() |
| Modifier and Type | Method and Description |
|---|---|
DispenseItemBuilder |
DispenseItemBuilder.quantityDispensed(QuantityUnitDescription quantityDispensed)
Add quantity dispensed.
Mandatory Field |
void |
DispenseItemImpl.setQuantityDispensed(QuantityUnitDescription quantityDispensed) |
| Modifier and Type | Method and Description |
|---|---|
QuantityUnitDescription |
PrescriptionItem.getDispenseQuantity() |
QuantityUnitDescription |
PrescriptionItemImpl.getDispenseQuantity() |
| Modifier and Type | Method and Description |
|---|---|
PrescriptionItemBuilder |
PrescriptionItemBuilder.dispenseQuantity(QuantityUnitDescription dispenseQuantity)
Add a DispenseQuantity.
|
void |
PrescriptionItemImpl.setDispenseQuantity(QuantityUnitDescription dispenseQuantity) |
Copyright © 2021. All rights reserved.