
Uses of Class
org.hl7.fhir.r4.model.MarketingStatus
Packages that use MarketingStatus
- 
Uses of MarketingStatus in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return MarketingStatusModifier and TypeMethodDescriptionprotected MarketingStatusJsonParser.parseMarketingStatus(com.google.gson.JsonObject json) protected MarketingStatusXmlParser.parseMarketingStatus(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type MarketingStatusModifier and TypeMethodDescriptionprotected voidJsonParser.composeMarketingStatus(String name, MarketingStatus element) protected voidRdfParser.composeMarketingStatus(Turtle.Complex parent, String parentType, String name, MarketingStatus element, int index) protected voidXmlParser.composeMarketingStatus(String name, MarketingStatus element) protected voidXmlParser.composeMarketingStatusElements(MarketingStatus element) protected voidJsonParser.composeMarketingStatusInner(MarketingStatus element) protected booleanXmlParser.parseMarketingStatusContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MarketingStatus res) protected voidJsonParser.parseMarketingStatusProperties(com.google.gson.JsonObject json, MarketingStatus res)  - 
Uses of MarketingStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type MarketingStatusModifier and TypeFieldDescriptionprotected List<MarketingStatus> MedicinalProduct.marketingStatusMarketing status of the medicinal product, in contrast to marketing authorizaton.protected List<MarketingStatus> MedicinalProductPackaged.marketingStatusMarketing information.Methods in org.hl7.fhir.r4.model that return MarketingStatusModifier and TypeMethodDescriptionMedicinalProduct.addMarketingStatus()MedicinalProductPackaged.addMarketingStatus()Base.castToMarketingStatus(Base b) MarketingStatus.copy()MedicinalProduct.getMarketingStatusFirstRep()MedicinalProductPackaged.getMarketingStatusFirstRep()MarketingStatus.setCountry(CodeableConcept value) MarketingStatus.setDateRange(Period value) MarketingStatus.setJurisdiction(CodeableConcept value) MarketingStatus.setRestoreDate(Date value) MarketingStatus.setRestoreDateElement(DateTimeType value) MarketingStatus.setStatus(CodeableConcept value) protected MarketingStatusMarketingStatus.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type MarketingStatusModifier and TypeMethodDescriptionMedicinalProduct.getMarketingStatus()MedicinalProductPackaged.getMarketingStatus()Methods in org.hl7.fhir.r4.model with parameters of type MarketingStatusModifier and TypeMethodDescriptionMedicinalProduct.addMarketingStatus(MarketingStatus t) MedicinalProductPackaged.addMarketingStatus(MarketingStatus t) voidMarketingStatus.copyValues(MarketingStatus dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type MarketingStatusModifier and TypeMethodDescriptionMedicinalProduct.setMarketingStatus(List<MarketingStatus> theMarketingStatus) MedicinalProductPackaged.setMarketingStatus(List<MarketingStatus> theMarketingStatus)