Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest.Related
-
Uses of DocumentManifest.Related in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionDocumentManifest.getRelated()
Gets the value(s) for related ().Modifier and TypeMethodDescriptionDocumentManifest.addRelated
(DocumentManifest.Related theValue) Adds a given new value for related ()Modifier and TypeMethodDescriptionDocumentManifest.setRelated
(List<DocumentManifest.Related> theValue) Sets the value(s) for related ()