Uses of Class
org.hl7.fhir.r4.model.VisionPrescription.PrismComponent
Packages that use VisionPrescription.PrismComponent
-
Uses of VisionPrescription.PrismComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return VisionPrescription.PrismComponentModifier and TypeMethodDescriptionprotected VisionPrescription.PrismComponentJsonParser.parseVisionPrescriptionPrismComponent(com.google.gson.JsonObject json, VisionPrescription owner)protected VisionPrescription.PrismComponentXmlParser.parseVisionPrescriptionPrismComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner)Methods in org.hl7.fhir.r4.formats with parameters of type VisionPrescription.PrismComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeVisionPrescriptionPrismComponent(String name, VisionPrescription.PrismComponent element)protected voidRdfParser.composeVisionPrescriptionPrismComponent(Turtle.Complex parent, String parentType, String name, VisionPrescription.PrismComponent element, int index)protected voidXmlParser.composeVisionPrescriptionPrismComponent(String name, VisionPrescription.PrismComponent element)protected voidXmlParser.composeVisionPrescriptionPrismComponentElements(VisionPrescription.PrismComponent element)protected voidJsonParser.composeVisionPrescriptionPrismComponentInner(VisionPrescription.PrismComponent element)protected booleanXmlParser.parseVisionPrescriptionPrismComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner, VisionPrescription.PrismComponent res)protected voidJsonParser.parseVisionPrescriptionPrismComponentProperties(com.google.gson.JsonObject json, VisionPrescription owner, VisionPrescription.PrismComponent res) -
Uses of VisionPrescription.PrismComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type VisionPrescription.PrismComponentModifier and TypeFieldDescriptionprotected List<VisionPrescription.PrismComponent>VisionPrescription.VisionPrescriptionLensSpecificationComponent.prismAllows for adjustment on two axis.Methods in org.hl7.fhir.r4.model that return VisionPrescription.PrismComponentModifier and TypeMethodDescriptionVisionPrescription.VisionPrescriptionLensSpecificationComponent.addPrism()VisionPrescription.PrismComponent.copy()VisionPrescription.VisionPrescriptionLensSpecificationComponent.getPrismFirstRep()VisionPrescription.PrismComponent.setAmount(double value)VisionPrescription.PrismComponent.setAmount(long value)VisionPrescription.PrismComponent.setAmount(BigDecimal value)VisionPrescription.PrismComponent.setAmountElement(DecimalType value)VisionPrescription.PrismComponent.setBase(VisionPrescription.VisionBase value)VisionPrescription.PrismComponent.setBaseElement(Enumeration<VisionPrescription.VisionBase> value)Methods in org.hl7.fhir.r4.model that return types with arguments of type VisionPrescription.PrismComponentModifier and TypeMethodDescriptionVisionPrescription.VisionPrescriptionLensSpecificationComponent.getPrism()Methods in org.hl7.fhir.r4.model with parameters of type VisionPrescription.PrismComponentModifier and TypeMethodDescriptionVisionPrescription.VisionPrescriptionLensSpecificationComponent.addPrism(VisionPrescription.PrismComponent t)voidVisionPrescription.PrismComponent.copyValues(VisionPrescription.PrismComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type VisionPrescription.PrismComponentModifier and TypeMethodDescriptionVisionPrescription.VisionPrescriptionLensSpecificationComponent.setPrism(List<VisionPrescription.PrismComponent> thePrism)