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.RelatedEntry
CatalogEntry.RelatedEntry.Builder. build()
Build theCatalogEntry.RelatedEntry
Methods 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.Builder
CatalogEntry.RelatedEntry.Builder. from(CatalogEntry.RelatedEntry relatedEntry)
CatalogEntry.Builder
CatalogEntry.Builder. relatedEntry(CatalogEntry.RelatedEntry... relatedEntry)
Used for example, to point to a substance, or to a device used to administer a medication.protected void
CatalogEntry.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.Builder
CatalogEntry.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.
-