Uses of Class
org.hl7.fhir.r5.model.ProdCharacteristic
Packages that use ProdCharacteristic
-
Uses of ProdCharacteristic in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ProdCharacteristicModifier and TypeMethodDescriptionprotected ProdCharacteristicJsonParser.parseProdCharacteristic(com.google.gson.JsonObject json)protected ProdCharacteristicXmlParser.parseProdCharacteristic(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ProdCharacteristicModifier and TypeMethodDescriptionprotected voidJsonParser.composeProdCharacteristic(String name, ProdCharacteristic element)protected voidRdfParser.composeProdCharacteristic(org.hl7.fhir.utilities.turtle.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.composeProdCharacteristicProperties(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.r5.model
Methods in org.hl7.fhir.r5.model that return ProdCharacteristicModifier and TypeMethodDescriptionProdCharacteristic.addImage(Attachment t)ProdCharacteristic.addImprint(String value)static ProdCharacteristicTypeConvertor.castToProdCharacteristic(Base b)ProdCharacteristic.copy()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 ProdCharacteristicProdCharacteristic.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ProdCharacteristic