Uses of Class
org.hl7.fhir.r4.model.ProdCharacteristic
-
Packages that use ProdCharacteristic Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ProdCharacteristic in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ProdCharacteristic Modifier and Type Method Description protected ProdCharacteristicJsonParser. parseProdCharacteristic(com.google.gson.JsonObject json)protected ProdCharacteristicXmlParser. parseProdCharacteristic(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ProdCharacteristic Modifier and Type Method Description protected voidJsonParser. composeProdCharacteristic(String name, ProdCharacteristic element)protected voidRdfParser. composeProdCharacteristic(Turtle.Complex parent, String parentType, String name, ProdCharacteristic element, int index)protected voidXmlParser. composeProdCharacteristic(String name, ProdCharacteristic element)protected voidXmlParser. composeProdCharacteristicElements(ProdCharacteristic element)protected voidJsonParser. composeProdCharacteristicInner(ProdCharacteristic element)protected booleanXmlParser. parseProdCharacteristicContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProdCharacteristic res)protected voidJsonParser. parseProdCharacteristicProperties(com.google.gson.JsonObject json, ProdCharacteristic res) -
Uses of ProdCharacteristic in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ProdCharacteristic Modifier and Type Field Description protected ProdCharacteristicDeviceDefinition. physicalCharacteristicsDimensions, color etc.protected ProdCharacteristicMedicinalProductManufactured. physicalCharacteristicsDimensions, color etc.protected ProdCharacteristicMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. physicalCharacteristicsDimensions, color etc.Methods in org.hl7.fhir.r4.model with parameters of type ProdCharacteristic Modifier and Type Method Description voidProdCharacteristic. copyValues(ProdCharacteristic dst)DeviceDefinitionDeviceDefinition. setPhysicalCharacteristics(ProdCharacteristic value)MedicinalProductManufacturedMedicinalProductManufactured. setPhysicalCharacteristics(ProdCharacteristic value)MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponentMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. setPhysicalCharacteristics(ProdCharacteristic value)
-