Uses of Class
org.hl7.fhir.r4.model.ProductShelfLife
-
Packages that use ProductShelfLife Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ProductShelfLife in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ProductShelfLife Modifier and Type Method Description protected ProductShelfLifeJsonParser. parseProductShelfLife(com.google.gson.JsonObject json)protected ProductShelfLifeXmlParser. parseProductShelfLife(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ProductShelfLife Modifier and Type Method Description protected voidJsonParser. composeProductShelfLife(String name, ProductShelfLife element)protected voidRdfParser. composeProductShelfLife(Turtle.Complex parent, String parentType, String name, ProductShelfLife element, int index)protected voidXmlParser. composeProductShelfLife(String name, ProductShelfLife element)protected voidXmlParser. composeProductShelfLifeElements(ProductShelfLife element)protected voidJsonParser. composeProductShelfLifeInner(ProductShelfLife element)protected booleanXmlParser. parseProductShelfLifeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProductShelfLife res)protected voidJsonParser. parseProductShelfLifeProperties(com.google.gson.JsonObject json, ProductShelfLife res) -
Uses of ProductShelfLife in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ProductShelfLife Modifier and Type Field Description protected List<ProductShelfLife>DeviceDefinition. shelfLifeStorageShelf Life and storage information.protected List<ProductShelfLife>MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. shelfLifeStorageShelf Life and storage information.Methods in org.hl7.fhir.r4.model that return ProductShelfLife Modifier and Type Method Description ProductShelfLifeDeviceDefinition. addShelfLifeStorage()ProductShelfLifeMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. addShelfLifeStorage()ProductShelfLifeProductShelfLife. addSpecialPrecautionsForStorage(CodeableConcept t)ProductShelfLifeBase. castToProductShelfLife(Base b)ProductShelfLifeProductShelfLife. copy()ProductShelfLifeDeviceDefinition. getShelfLifeStorageFirstRep()ProductShelfLifeMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. getShelfLifeStorageFirstRep()ProductShelfLifeProductShelfLife. setIdentifier(Identifier value)ProductShelfLifeProductShelfLife. setPeriod(Quantity value)ProductShelfLifeProductShelfLife. setSpecialPrecautionsForStorage(List<CodeableConcept> theSpecialPrecautionsForStorage)ProductShelfLifeProductShelfLife. setType(CodeableConcept value)protected ProductShelfLifeProductShelfLife. typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type ProductShelfLife Modifier and Type Method Description List<ProductShelfLife>DeviceDefinition. getShelfLifeStorage()List<ProductShelfLife>MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. getShelfLifeStorage()Methods in org.hl7.fhir.r4.model with parameters of type ProductShelfLife Modifier and Type Method Description DeviceDefinitionDeviceDefinition. addShelfLifeStorage(ProductShelfLife t)MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponentMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. addShelfLifeStorage(ProductShelfLife t)voidProductShelfLife. copyValues(ProductShelfLife dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ProductShelfLife Modifier and Type Method Description DeviceDefinitionDeviceDefinition. setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage)MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponentMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent. setShelfLifeStorage(List<ProductShelfLife> theShelfLifeStorage)
-