Uses of Class
org.hl7.fhir.r4.model.CatalogEntry.CatalogEntryRelatedEntryComponent
-
Packages that use CatalogEntry.CatalogEntryRelatedEntryComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CatalogEntry.CatalogEntryRelatedEntryComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description protected CatalogEntry.CatalogEntryRelatedEntryComponentJsonParser. parseCatalogEntryCatalogEntryRelatedEntryComponent(com.google.gson.JsonObject json, CatalogEntry owner)protected CatalogEntry.CatalogEntryRelatedEntryComponentXmlParser. parseCatalogEntryCatalogEntryRelatedEntryComponent(org.xmlpull.v1.XmlPullParser xpp, CatalogEntry owner) -
Uses of CatalogEntry.CatalogEntryRelatedEntryComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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. setItemTarget(CatalogEntry value)CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtype(CatalogEntry.CatalogEntryRelationType value)CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setRelationtypeElement(Enumeration<CatalogEntry.CatalogEntryRelationType> value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type CatalogEntry.CatalogEntryRelatedEntryComponent Modifier and Type Method Description CatalogEntryCatalogEntry. setRelatedEntry(List<CatalogEntry.CatalogEntryRelatedEntryComponent> theRelatedEntry)
-