Uses of Class
com.ibm.fhir.model.resource.DocumentManifest.Related
-
Packages that use DocumentManifest.Related Package Description com.ibm.fhir.model.resource -
-
Uses of DocumentManifest.Related in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return DocumentManifest.Related Modifier and Type Method Description DocumentManifest.Related
DocumentManifest.Related.Builder. build()
Build theDocumentManifest.Related
Methods in com.ibm.fhir.model.resource that return types with arguments of type DocumentManifest.Related Modifier and Type Method Description List<DocumentManifest.Related>
DocumentManifest. getRelated()
Related identifiers or resources associated with the DocumentManifest.Methods in com.ibm.fhir.model.resource with parameters of type DocumentManifest.Related Modifier and Type Method Description protected DocumentManifest.Related.Builder
DocumentManifest.Related.Builder. from(DocumentManifest.Related related)
DocumentManifest.Builder
DocumentManifest.Builder. related(DocumentManifest.Related... related)
Related identifiers or resources associated with the DocumentManifest.Method parameters in com.ibm.fhir.model.resource with type arguments of type DocumentManifest.Related Modifier and Type Method Description DocumentManifest.Builder
DocumentManifest.Builder. related(Collection<DocumentManifest.Related> related)
Related identifiers or resources associated with the DocumentManifest.
-