Uses of Class
org.hl7.fhir.r4.model.ProdCharacteristic
-
Uses of ProdCharacteristic in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ProdCharacteristic
JsonParser.parseProdCharacteristic
(com.google.gson.JsonObject json) protected ProdCharacteristic
XmlParser.parseProdCharacteristic
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeProdCharacteristic
(String name, ProdCharacteristic element) protected void
RdfParser.composeProdCharacteristic
(Turtle.Complex parent, String parentType, String name, ProdCharacteristic element, int index) protected void
XmlParser.composeProdCharacteristic
(String name, ProdCharacteristic element) protected void
XmlParser.composeProdCharacteristicElements
(ProdCharacteristic element) protected void
JsonParser.composeProdCharacteristicInner
(ProdCharacteristic element) protected boolean
XmlParser.parseProdCharacteristicContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProdCharacteristic res) protected void
JsonParser.parseProdCharacteristicProperties
(com.google.gson.JsonObject json, ProdCharacteristic res) -
Uses of ProdCharacteristic in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected ProdCharacteristic
DeviceDefinition.physicalCharacteristics
Dimensions, color etc.protected ProdCharacteristic
MedicinalProductManufactured.physicalCharacteristics
Dimensions, color etc.protected ProdCharacteristic
MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.physicalCharacteristics
Dimensions, color etc.Modifier and TypeMethodDescriptionProdCharacteristic.addImage
(Attachment t) ProdCharacteristic.addImprint
(String value) Base.castToProdCharacteristic
(Base b) ProdCharacteristic.copy()
DeviceDefinition.getPhysicalCharacteristics()
MedicinalProductManufactured.getPhysicalCharacteristics()
MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.getPhysicalCharacteristics()
ProdCharacteristic.setColor
(List<StringType> theColor) ProdCharacteristic.setExternalDiameter
(Quantity value) ProdCharacteristic.setImage
(List<Attachment> theImage) ProdCharacteristic.setImprint
(List<StringType> theImprint) ProdCharacteristic.setNominalVolume
(Quantity value) ProdCharacteristic.setScoring
(CodeableConcept value) ProdCharacteristic.setShapeElement
(StringType value) protected ProdCharacteristic
ProdCharacteristic.typedCopy()
Modifier and TypeMethodDescriptionvoid
ProdCharacteristic.copyValues
(ProdCharacteristic dst) DeviceDefinition.setPhysicalCharacteristics
(ProdCharacteristic value) MedicinalProductManufactured.setPhysicalCharacteristics
(ProdCharacteristic value) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setPhysicalCharacteristics
(ProdCharacteristic value)