Uses of Class
org.hl7.fhir.r4b.model.CatalogEntry.CatalogEntryRelatedEntryComponent
-
Packages that use CatalogEntry.CatalogEntryRelatedEntryComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of CatalogEntry.CatalogEntryRelatedEntryComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description protected CatalogEntry.CatalogEntryRelatedEntryComponentJsonParser. parseCatalogEntryRelatedEntryComponent(com.google.gson.JsonObject json)protected CatalogEntry.CatalogEntryRelatedEntryComponentXmlParser. parseCatalogEntryRelatedEntryComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CatalogEntry.CatalogEntryRelatedEntryComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Field Description protected List<CatalogEntry.CatalogEntryRelatedEntryComponent>CatalogEntry. relatedEntryUsed for example, to point to a substance, or to a device used to administer a medication.Methods in org.hl7.fhir.r4b.model that return CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry. addRelatedEntry()CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. copy()CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry. getRelatedEntryFirstRep()CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setItem(Reference value)CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtype(CatalogEntry.CatalogEntryRelationType value)CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtypeElement(Enumeration<CatalogEntry.CatalogEntryRelationType> value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description List<CatalogEntry.CatalogEntryRelatedEntryComponent>CatalogEntry. getRelatedEntry()Methods in org.hl7.fhir.r4b.model with parameters of type CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description CatalogEntryCatalogEntry. addRelatedEntry(CatalogEntry.CatalogEntryRelatedEntryComponent t)voidCatalogEntry.CatalogEntryRelatedEntryComponent. copyValues(CatalogEntry.CatalogEntryRelatedEntryComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description CatalogEntryCatalogEntry. setRelatedEntry(List<CatalogEntry.CatalogEntryRelatedEntryComponent> theRelatedEntry)
-