GET PlanCare2Api/MedicalRegistrationMetaData?relationId={relationId}

Gets MedicalRegistrationMetaData.

Request Information

URI Parameters

Name Description Type Additional information
relationId

RelationId.

integer

Required

Body Parameters

None.

Response Information

Resource Description

MedicalRegistrationMetaData.

Collection of MedicalRegistrationMetaData
Name Description Type Additional information
TypeName

TypeName.

string

-

HasReadPermission

HasReadPermission.

boolean

-

RegistrationCount

RegistrationCount.

integer

-

LatestRegistrationDateTime

LatestRegistrationDateTime.

date

-

LatestRegistrationChangedByRelationLookupName

LatestRegistrationChangedByRelationLookupName.

string

-

LatestRegistrationTextValue

LatestRegistrationTextValue.

string

-

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "TypeName": "sample string 1",
    "HasReadPermission": true,
    "RegistrationCount": 3,
    "LatestRegistrationDateTime": "2026-05-27T00:16:19.3597559+02:00",
    "LatestRegistrationChangedByRelationLookupName": "sample string 5",
    "LatestRegistrationTextValue": "sample string 6"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMedicalRegistrationMetaData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Medical">
  <MedicalRegistrationMetaData>
    <HasReadPermission>true</HasReadPermission>
    <LatestRegistrationChangedByRelationLookupName>sample string 5</LatestRegistrationChangedByRelationLookupName>
    <LatestRegistrationDateTime>2026-05-27T00:16:19.3597559+02:00</LatestRegistrationDateTime>
    <LatestRegistrationTextValue>sample string 6</LatestRegistrationTextValue>
    <RegistrationCount>3</RegistrationCount>
    <TypeName>sample string 1</TypeName>
  </MedicalRegistrationMetaData>
  <MedicalRegistrationMetaData>
    <HasReadPermission>true</HasReadPermission>
    <LatestRegistrationChangedByRelationLookupName>sample string 5</LatestRegistrationChangedByRelationLookupName>
    <LatestRegistrationDateTime>2026-05-27T00:16:19.3597559+02:00</LatestRegistrationDateTime>
    <LatestRegistrationTextValue>sample string 6</LatestRegistrationTextValue>
    <RegistrationCount>3</RegistrationCount>
    <TypeName>sample string 1</TypeName>
  </MedicalRegistrationMetaData>
</ArrayOfMedicalRegistrationMetaData>