Uses of Class
org.hl7.fhir.r4.model.CatalogEntry
-
Packages that use CatalogEntry Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CatalogEntry in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CatalogEntry Modifier and Type Method Description protected CatalogEntryJsonParser. parseCatalogEntry(com.google.gson.JsonObject json)protected CatalogEntryXmlParser. parseCatalogEntry(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CatalogEntry in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as CatalogEntry Modifier and Type Field Description protected CatalogEntryCatalogEntry.CatalogEntryRelatedEntryComponent. itemTargetThe actual object that is the target of the reference (The reference to the related item.)Methods in org.hl7.fhir.r4.model with parameters of type CatalogEntry Modifier and Type Method Description CatalogEntry.CatalogEntryRelatedEntryComponentCatalogEntry.CatalogEntryRelatedEntryComponent. setItemTarget(CatalogEntry value)
-