Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionChargeItemComponent
-
Packages that use DeviceDefinition.DeviceDefinitionChargeItemComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DeviceDefinition.DeviceDefinitionChargeItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionChargeItemComponent Modifier and Type Method Description protected DeviceDefinition.DeviceDefinitionChargeItemComponentJsonParser. parseDeviceDefinitionChargeItemComponent(com.google.gson.JsonObject json)protected DeviceDefinition.DeviceDefinitionChargeItemComponentXmlParser. parseDeviceDefinitionChargeItemComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DeviceDefinition.DeviceDefinitionChargeItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DeviceDefinition.DeviceDefinitionChargeItemComponent Modifier and Type Field Description protected List<DeviceDefinition.DeviceDefinitionChargeItemComponent>DeviceDefinition. chargeItemBilling code or reference associated with the device.Methods in org.hl7.fhir.r5.model that return types with arguments of type DeviceDefinition.DeviceDefinitionChargeItemComponent Modifier and Type Method Description List<DeviceDefinition.DeviceDefinitionChargeItemComponent>DeviceDefinition. getChargeItem()Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionChargeItemComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addChargeItem(DeviceDefinition.DeviceDefinitionChargeItemComponent t)voidDeviceDefinition.DeviceDefinitionChargeItemComponent. copyValues(DeviceDefinition.DeviceDefinitionChargeItemComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DeviceDefinition.DeviceDefinitionChargeItemComponent Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setChargeItem(List<DeviceDefinition.DeviceDefinitionChargeItemComponent> theChargeItem)
-