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