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.RelatedEntry
CatalogEntry.RelatedEntry.Builder. build()
Build theCatalogEntry.RelatedEntry
Methods 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.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 com.ibm.fhir.model.resource with type arguments of type CatalogEntry.RelatedEntry Modifier and Type Method Description CatalogEntry.Builder
CatalogEntry.Builder. relatedEntry(Collection<CatalogEntry.RelatedEntry> relatedEntry)
Used for example, to point to a substance, or to a device used to administer a medication.
-