
Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest.Related
Packages that use DocumentManifest.Related
-
Uses of DocumentManifest.Related in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentManifest.RelatedModifier and TypeMethodDescriptionDocumentManifest.addRelated()
Adds and returns a new value for related ()DocumentManifest.getRelatedFirstRep()
Gets the first repetition for related (), creating it if it does not already exist.DocumentManifest.Related.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()DocumentManifest.Related.setRef
(ResourceReferenceDt theValue) Sets the value(s) for ref ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type DocumentManifest.RelatedModifier and TypeMethodDescriptionDocumentManifest.getRelated()
Gets the value(s) for related ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentManifest.RelatedModifier and TypeMethodDescriptionDocumentManifest.addRelated
(DocumentManifest.Related theValue) Adds a given new value for related ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type DocumentManifest.RelatedModifier and TypeMethodDescriptionDocumentManifest.setRelated
(List<DocumentManifest.Related> theValue) Sets the value(s) for related ()