Uses of Class
org.hl7.fhir.r4.model.VisionPrescription.PrismComponent
-
Packages that use VisionPrescription.PrismComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of VisionPrescription.PrismComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return VisionPrescription.PrismComponent Modifier and Type Method Description protected VisionPrescription.PrismComponentJsonParser. parseVisionPrescriptionPrismComponent(com.google.gson.JsonObject json, VisionPrescription owner)protected VisionPrescription.PrismComponentXmlParser. parseVisionPrescriptionPrismComponent(org.xmlpull.v1.XmlPullParser xpp, VisionPrescription owner) -
Uses of VisionPrescription.PrismComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type VisionPrescription.PrismComponent Modifier and Type Field Description protected List<VisionPrescription.PrismComponent>VisionPrescription.VisionPrescriptionLensSpecificationComponent. prismAllows for adjustment on two axis.Methods in org.hl7.fhir.r4.model that return types with arguments of type VisionPrescription.PrismComponent Modifier and Type Method Description List<VisionPrescription.PrismComponent>VisionPrescription.VisionPrescriptionLensSpecificationComponent. getPrism()Methods in org.hl7.fhir.r4.model with parameters of type VisionPrescription.PrismComponent Modifier and Type Method Description VisionPrescription.VisionPrescriptionLensSpecificationComponentVisionPrescription.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.PrismComponent Modifier and Type Method Description VisionPrescription.VisionPrescriptionLensSpecificationComponentVisionPrescription.VisionPrescriptionLensSpecificationComponent. setPrism(List<VisionPrescription.PrismComponent> thePrism)
-