Uses of Class
com.ibm.fhir.model.resource.CatalogEntry.RelatedEntry
-
Packages that use CatalogEntry.RelatedEntry Package Description com.ibm.fhir.model.resource -
-
Uses of CatalogEntry.RelatedEntry in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CatalogEntry.RelatedEntry Modifier and Type Method Description CatalogEntry.RelatedEntryCatalogEntry.RelatedEntry.Builder. build()Build theCatalogEntry.RelatedEntryMethods in com.ibm.fhir.model.resource that return types with arguments of type CatalogEntry.RelatedEntry Modifier and Type Method Description List<CatalogEntry.RelatedEntry>CatalogEntry. getRelatedEntry()Used for example, to point to a substance, or to a device used to administer a medication.Methods in com.ibm.fhir.model.resource with parameters of type CatalogEntry.RelatedEntry Modifier and Type Method Description protected CatalogEntry.RelatedEntry.BuilderCatalogEntry.RelatedEntry.Builder. from(CatalogEntry.RelatedEntry relatedEntry)CatalogEntry.BuilderCatalogEntry.Builder. relatedEntry(CatalogEntry.RelatedEntry... relatedEntry)Used for example, to point to a substance, or to a device used to administer a medication.Method parameters in com.ibm.fhir.model.resource with type arguments of type CatalogEntry.RelatedEntry Modifier and Type Method Description CatalogEntry.BuilderCatalogEntry.Builder. relatedEntry(Collection<CatalogEntry.RelatedEntry> relatedEntry)Used for example, to point to a substance, or to a device used to administer a medication.
-