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.RelatedDocumentManifest.Related.Builder. build()Build theDocumentManifest.RelatedMethods in com.ibm.fhir.model.resource that return types with arguments of type DocumentManifest.Related Modifier and Type Method Description java.util.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.BuilderDocumentManifest.Related.Builder. from(DocumentManifest.Related related)DocumentManifest.BuilderDocumentManifest.Builder. related(DocumentManifest.Related... related)Related identifiers or resources associated with the DocumentManifest.protected voidDocumentManifest.Related.Builder. validate(DocumentManifest.Related related)Method parameters in com.ibm.fhir.model.resource with type arguments of type DocumentManifest.Related Modifier and Type Method Description DocumentManifest.BuilderDocumentManifest.Builder. related(java.util.Collection<DocumentManifest.Related> related)Related identifiers or resources associated with the DocumentManifest.
-