Uses of Class
ca.uhn.fhir.model.dstu2.resource.DocumentManifest.Related
-
Packages that use DocumentManifest.Related Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of DocumentManifest.Related in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return DocumentManifest.Related Modifier and Type Method Description DocumentManifest.RelatedDocumentManifest. addRelated()Adds and returns a new value for related ()DocumentManifest.RelatedDocumentManifest. getRelatedFirstRep()Gets the first repetition for related (), creating it if it does not already exist.DocumentManifest.RelatedDocumentManifest.Related. setIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()DocumentManifest.RelatedDocumentManifest.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.Related Modifier and Type Method Description List<DocumentManifest.Related>DocumentManifest. getRelated()Gets the value(s) for related ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type DocumentManifest.Related Modifier and Type Method Description DocumentManifestDocumentManifest. 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.Related Modifier and Type Method Description DocumentManifestDocumentManifest. setRelated(List<DocumentManifest.Related> theValue)Sets the value(s) for related ()
-